mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
autofmt
This commit is contained in:
@@ -99,10 +99,10 @@ ColumnLayout {
|
||||
enabled: ProgramCheckerService.app2unitAvailable
|
||||
opacity: ProgramCheckerService.app2unitAvailable ? 1.0 : 0.6
|
||||
onToggled: checked => {
|
||||
if (ProgramCheckerService.app2unitAvailable) {
|
||||
Settings.data.appLauncher.useApp2Unit = checked
|
||||
}
|
||||
}
|
||||
if (ProgramCheckerService.app2unitAvailable) {
|
||||
Settings.data.appLauncher.useApp2Unit = checked
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
NTextInput {
|
||||
|
||||
Reference in New Issue
Block a user