mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 23:42:51 -05:00
dankbar: support multiple bars and per-display bars
- Migrate settings to v2 - Up to 4 bars - Per-bar settings instead of global
This commit is contained in:
@@ -28,9 +28,8 @@ Item {
|
||||
|
||||
function handleClick() {
|
||||
if (!enabled) return
|
||||
checked = !checked
|
||||
clicked()
|
||||
toggled(checked)
|
||||
toggled(!checked)
|
||||
}
|
||||
|
||||
StyledRect {
|
||||
|
||||
Reference in New Issue
Block a user