forked from Shinonome/dots-hyprland
bar: add the missing '&&'
This commit is contained in:
@@ -246,7 +246,7 @@ Scope {
|
||||
}
|
||||
|
||||
UtilButtons {
|
||||
visible: (ConfigOptions.bar.verbosebarRoot.useShortenedForm === 0)
|
||||
visible: (ConfigOptions.bar.verbose && barRoot.useShortenedForm === 0)
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user