summaryrefslogtreecommitdiff
path: root/src/components/settings/Settings.h
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2022-10-01 21:11:05 +0200
committerJean-François Milants <jf@codingfield.com>2022-10-01 21:11:05 +0200
commitf9f8d7eeadbcc78a5a487f2dd1cb2f24888c8a57 (patch)
treec5c8bffaed56bf21ef0329e00f8e0fecfd2832c5 /src/components/settings/Settings.h
parent9bf43c380e54f67199df0e157d208cde7a3e4ade (diff)
parentd6b4ef38f6c070dc27577ae371d3b0b86d5aec3b (diff)
Merge branch 'ITCactus-watchface-casio-digital-G7710' into develop
Diffstat (limited to 'src/components/settings/Settings.h')
-rw-r--r--src/components/settings/Settings.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/components/settings/Settings.h b/src/components/settings/Settings.h
index 79f121d1..e39ed2f9 100644
--- a/src/components/settings/Settings.h
+++ b/src/components/settings/Settings.h
@@ -123,6 +123,14 @@ namespace Pinetime {
appMenu = menu;
};
+ void SetWatchfacesMenu(uint8_t menu) {
+ watchFacesMenu = menu;
+ };
+
+ uint8_t GetWatchfacesMenu() const {
+ return watchFacesMenu;
+ };
+
uint8_t GetAppMenu() const {
return appMenu;
};
@@ -134,14 +142,6 @@ namespace Pinetime {
return settingsMenu;
};
- void SetWatchfacesMenu(uint8_t menu) {
- watchFacesMenu = menu;
- };
-
- uint8_t GetWatchfacesMenu() const {
- return watchFacesMenu;
- };
-
void SetClockType(ClockType clocktype) {
if (clocktype != settings.clockType) {
settingsChanged = true;