mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-06 03:55:02 +00:00
LauncherTab: add grid view option
Launcher: force clipboard history to list view NGridView: created
This commit is contained in:
@@ -58,6 +58,13 @@ ColumnLayout {
|
||||
}
|
||||
}
|
||||
|
||||
NToggle {
|
||||
label: I18n.tr("settings.launcher.settings.grid-view.label")
|
||||
description: I18n.tr("settings.launcher.settings.grid-view.description")
|
||||
checked: Settings.data.appLauncher.viewMode === "grid"
|
||||
onToggled: checked => Settings.data.appLauncher.viewMode = checked ? "grid" : "list"
|
||||
}
|
||||
|
||||
NToggle {
|
||||
label: I18n.tr("settings.launcher.settings.clipboard-history.label")
|
||||
description: I18n.tr("settings.launcher.settings.clipboard-history.description")
|
||||
|
||||
Reference in New Issue
Block a user