Skip to content

Commit

Permalink
Fix: Dark and light mode settingsactions
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyah committed May 26, 2026
1 parent 1aa1dcc commit 9da6f22
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,15 @@ public enum SettingsActions {
/**
* Return to main menu.
* */
BACK;
BACK,

/**
* Selecting dark mode.
*/
DARK_MODE,

/**
* Selecting light mode.
* */
LIGHT_MODE;
}

0 comments on commit 9da6f22

Please sign in to comment.