diff options
| author | Michael <[email protected]> | 2017-02-04 13:21:38 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-04 13:21:43 -0500 |
| commit | 50971ea04e7ad7a7ae9dcbbe911b7b8bcf5dd7d3 (patch) | |
| tree | a3824b76d963a0371074af7f1aa90f99df1d37d7 /ShiftOS.WinForms/Resources | |
| parent | e92d575e6208850dd912c058cafd3f63a63819ff (diff) | |
| download | shiftos_thereturn-50971ea04e7ad7a7ae9dcbbe911b7b8bcf5dd7d3.tar.gz shiftos_thereturn-50971ea04e7ad7a7ae9dcbbe911b7b8bcf5dd7d3.tar.bz2 shiftos_thereturn-50971ea04e7ad7a7ae9dcbbe911b7b8bcf5dd7d3.zip | |
Implement maximizing and minimizing
Fixes #24 and makes panel buttons useful.
Diffstat (limited to 'ShiftOS.WinForms/Resources')
| -rw-r--r-- | ShiftOS.WinForms/Resources/Shiftorium.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Resources/Shiftorium.txt b/ShiftOS.WinForms/Resources/Shiftorium.txt index 7d4d7b7..1aff2db 100644 --- a/ShiftOS.WinForms/Resources/Shiftorium.txt +++ b/ShiftOS.WinForms/Resources/Shiftorium.txt @@ -217,6 +217,12 @@ Name: "Minimize Command", Cost: 1250, Description: "Use the win.mini{id} command to minimize/restore windows.", + Dependencies: "useful_panel_buttons" + }, + { + Name: "Useful Panel Buttons", + Cost: 250, + Description: "Minimize and restore windows by clicking their Panel Button!", Dependencies: "desktop" }, { |
