mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
AudioCard: fixed jitter when using sliders
This commit is contained in:
@@ -29,7 +29,6 @@ Item {
|
||||
return {}
|
||||
}
|
||||
|
||||
|
||||
readonly property bool isVerticalBar: (Settings.data.bar.position === "left" || Settings.data.bar.position === "right")
|
||||
|
||||
readonly property string hideMode: (widgetSettings.hideMode !== undefined) ? widgetSettings.hideMode : "hidden" // "visible", "hidden", "transparent"
|
||||
|
||||
Reference in New Issue
Block a user