aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/settings/SettingDisplay.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused pointer to DisplayApp member variables (#2125)NeroBurner2024-09-291-2/+1
| | | | | | | | In the screens that use `DisplayApp *app` and pass it to a child item, or use the reference just in the constructor. Afterwards the `app` member is not used. So remove it from the private member variables. Completely remove `app` parameter from `SettingDisplay` constructor as it is unused.
* aod: integrate with display timeoutJohn Crawford2024-08-051-1/+3
|
* feat: always on displayKaffeinatedKat2024-08-051-1/+1
|
* screens: Remove displayapp parameter from screenRiku Isokoski2023-02-251-0/+1
| | | | | | | | The DisplayApp class isn't used in the Screen base class and most screens, so requiring it is pointless. In this commit, DisplayApp pointers were added to screens which use it and the explicit Screen constructor was removed in those screens.
* More timeout options and improved checkbox alignmentRiku Isokoski2022-08-021-1/+1
|
* Organize includesRiku Isokoski2021-12-091-2/+3
|
* Optimize arraysRiku Isokoski2021-12-091-2/+3
|
* Style checkboxes as radio buttonsRiku Isokoski2021-12-091-3/+4
|
* Refresh reworkRiku Isokoski2021-07-191-1/+0
|
* Changed access modified indentationAvamander2021-04-241-2/+2
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-12/+10
|
* Big UI and navigation RewriteJoaquim2021-04-041-0/+30
new navigation add some color to the apps redesign menus new settings menu new quick settings code clean up size reduction by converting navigation images to font and more...