add storybook (component dev)
This commit is contained in:
parent
1b523c7ac4
commit
13e6345b1d
4 changed files with 54 additions and 2 deletions
|
|
@ -7,6 +7,7 @@ Singleton {
|
|||
property alias launcher: properties.launcher
|
||||
property alias pomodoro: properties.pomodoro
|
||||
property alias powermenu: properties.powermenu
|
||||
property alias storybook: properties.storybook
|
||||
property StyledPopupWindow activePopup
|
||||
|
||||
function togglePopup(popup: StyledPopupWindow) {
|
||||
|
|
@ -23,5 +24,6 @@ Singleton {
|
|||
property bool launcher
|
||||
property bool pomodoro
|
||||
property bool powermenu
|
||||
property bool storybook
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue