mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-14 12:59:58 -05:00
bar: add the missing '&&'
This commit is contained in:
@@ -246,7 +246,7 @@ Scope {
|
|||||||
}
|
}
|
||||||
|
|
||||||
UtilButtons {
|
UtilButtons {
|
||||||
visible: (ConfigOptions.bar.verbosebarRoot.useShortenedForm === 0)
|
visible: (ConfigOptions.bar.verbose && barRoot.useShortenedForm === 0)
|
||||||
Layout.alignment: Qt.AlignVCenter
|
Layout.alignment: Qt.AlignVCenter
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user