Skip to content

Commit

Permalink
#25: Aurorae theme draft, Window Control Button split into modules fo…
Browse files Browse the repository at this point in the history
…r each theme
  • Loading branch information
antroids committed May 24, 2024
1 parent 0fdf5b6 commit af1281c
Show file tree
Hide file tree
Showing 14 changed files with 705 additions and 324 deletions.
1 change: 1 addition & 0 deletions package/contents/config/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<choice name="Plasma" />
<choice name="Breeze" />
<choice name="Aurorae" />
<choice name="Oxygen" />
</choices>
<default>0</default>
</entry>
Expand Down
2 changes: 1 addition & 1 deletion package/contents/ui/ActiveWindow.qml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ QtObject {
}
}

function buttonToggled(windowControlButtonType) {
function buttonChecked(windowControlButtonType) {
switch (windowControlButtonType) {
case WindowControlButton.Type.MinimizeButton:
return minimized;
Expand Down
Loading

0 comments on commit af1281c

Please sign in to comment.