diff options
Diffstat (limited to 'config/Config.qml')
| -rw-r--r-- | config/Config.qml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/Config.qml b/config/Config.qml index 1c01719..a70da54 100644 --- a/config/Config.qml +++ b/config/Config.qml @@ -359,6 +359,12 @@ Singleton { enabled: session.enabled, dragThreshold: session.dragThreshold, vimKeybinds: session.vimKeybinds, + icons: { + logout: session.icons.logout, + shutdown: session.icons.shutdown, + hibernate: session.icons.hibernate, + reboot: session.icons.reboot + }, commands: { logout: session.commands.logout, shutdown: session.commands.shutdown, |