add configuration menu
This commit is contained in:
parent
25e313e31b
commit
47532bd626
4 changed files with 35 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ pragma Singleton
|
|||
import Quickshell
|
||||
|
||||
Singleton {
|
||||
property alias configuration: properties.configuration
|
||||
property alias dashboard: properties.dashboard
|
||||
property alias launcher: properties.launcher
|
||||
property alias pomodoro: properties.pomodoro
|
||||
|
|
@ -12,6 +13,7 @@ Singleton {
|
|||
PersistentProperties {
|
||||
id: properties
|
||||
|
||||
property bool configuration
|
||||
property bool dashboard
|
||||
property bool launcher
|
||||
property bool pomodoro
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue