mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
SessionMenuTab: added tab & SessionMenu settings
SessionMenu: hook up settings, update height calculation i18n: add translations
This commit is contained in:
@@ -76,6 +76,7 @@ SmartPanel {
|
||||
Network,
|
||||
Notifications,
|
||||
ScreenRecorder,
|
||||
SessionMenu,
|
||||
UserInterface,
|
||||
Wallpaper
|
||||
}
|
||||
@@ -161,6 +162,10 @@ SmartPanel {
|
||||
id: lockScreenTab
|
||||
LockScreenTab {}
|
||||
}
|
||||
Component {
|
||||
id: sessionMenuTab
|
||||
SessionMenuTab {}
|
||||
}
|
||||
|
||||
// Order *DOES* matter
|
||||
function updateTabsModel() {
|
||||
@@ -249,6 +254,11 @@ SmartPanel {
|
||||
"label": "settings.hooks.title",
|
||||
"icon": "settings-hooks",
|
||||
"source": hooksTab
|
||||
}, {
|
||||
"id": SettingsPanel.Tab.SessionMenu,
|
||||
"label": "settings.session-menu.title",
|
||||
"icon": "settings-session-menu",
|
||||
"source": sessionMenuTab
|
||||
}, {
|
||||
"id": SettingsPanel.Tab.About,
|
||||
"label": "settings.about.title",
|
||||
|
||||
Reference in New Issue
Block a user