|
|
@ -11,7 +11,7 @@ viewable AppMenuButton: |
|
|
|
|
|
|
|
|
|
|
|
routineModel: RoutineModel |
|
|
|
routineModel: RoutineModel |
|
|
|
|
|
|
|
|
|
|
|
method view(button: AppMenuButtonState): Widget {.locks: "unknown".} = |
|
|
|
method view(button: AppMenuButtonState): Widget = |
|
|
|
result = gui: |
|
|
|
result = gui: |
|
|
|
MenuButton: |
|
|
|
MenuButton: |
|
|
|
icon = "open-menu-symbolic" |
|
|
|
icon = "open-menu-symbolic" |
|
|
@ -31,7 +31,7 @@ method view(button: AppMenuButtonState): Widget {.locks: "unknown".} = |
|
|
|
programName = "EZ-Bkup" |
|
|
|
programName = "EZ-Bkup" |
|
|
|
logo = "EZ-Bkup-icon" |
|
|
|
logo = "EZ-Bkup-icon" |
|
|
|
style = [StyleClass("about-dialog")] |
|
|
|
style = [StyleClass("about-dialog")] |
|
|
|
version = "0.9.5" |
|
|
|
version = "0.9.6" |
|
|
|
credits = @{ |
|
|
|
credits = @{ |
|
|
|
"Created By": @["https://ITwrx.org"], |
|
|
|
"Created By": @["https://ITwrx.org"], |
|
|
|
"License": @["GPLv3"] |
|
|
|
"License": @["GPLv3"] |
|
|
|