mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
feat(Application Launcher): add option to ignore initial mouse position
This commit is contained in:
@@ -99,6 +99,13 @@ ColumnLayout {
|
||||
onToggled: checked => Settings.data.appLauncher.useApp2Unit = checked
|
||||
}
|
||||
|
||||
NToggle {
|
||||
label: I18n.tr("settings.launcher.settings.ignore-initial-mouse.label")
|
||||
description: I18n.tr("settings.launcher.settings.ignore-initial-mouse.description")
|
||||
checked: Settings.data.appLauncher.ignoreInitialMousePosition
|
||||
onToggled: checked => Settings.data.appLauncher.ignoreInitialMousePosition = checked
|
||||
}
|
||||
|
||||
NTextInput {
|
||||
label: I18n.tr("settings.launcher.settings.terminal-command.label")
|
||||
description: I18n.tr("settings.launcher.settings.terminal-command.description")
|
||||
|
||||
Reference in New Issue
Block a user