mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 15:32:50 -05:00
TopBar: add "goth" corners option for the swooping edge effect
This commit is contained in:
@@ -866,6 +866,17 @@ Item {
|
||||
checked)
|
||||
}
|
||||
}
|
||||
|
||||
DankToggle {
|
||||
width: parent.width
|
||||
text: "Goth Corners"
|
||||
description: "Add curved swooping tips at the bottom of the bar."
|
||||
checked: SettingsData.topBarGothCornersEnabled
|
||||
onToggled: checked => {
|
||||
SettingsData.setTopBarGothCornersEnabled(
|
||||
checked)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user