mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Move ScreenCorners to the actualy screen edges when bar is floating,
edit vesktop template ScreenCorners: move to screen corners on floating bar BarTab: mention the ScreenCorner changes vesktop: make read channels have less visible text
This commit is contained in:
@@ -95,7 +95,7 @@ ColumnLayout {
|
||||
NToggle {
|
||||
Layout.fillWidth: true
|
||||
label: "Floating Bar"
|
||||
description: "Make the bar float with rounded corners and margins. This will hide screen corners."
|
||||
description: "Make the bar float with rounded corners and margins. Screen corners will move to screen edges."
|
||||
checked: Settings.data.bar.floating
|
||||
onToggled: checked => Settings.data.bar.floating = checked
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user