post rebase fixes
This commit is contained in:
@@ -98,10 +98,6 @@ namespace Pinetime {
|
||||
appMenu = menu;
|
||||
};
|
||||
|
||||
uint8_t GetAppMenu() const {
|
||||
return appMenu;
|
||||
};
|
||||
|
||||
void SetWatchfacesMenu(uint8_t menu) {
|
||||
watchFacesMenu = menu;
|
||||
};
|
||||
@@ -110,6 +106,11 @@ namespace Pinetime {
|
||||
return watchFacesMenu;
|
||||
};
|
||||
|
||||
|
||||
uint8_t GetAppMenu() const {
|
||||
return appMenu;
|
||||
};
|
||||
|
||||
void SetSettingsMenu(uint8_t menu) {
|
||||
settingsMenu = menu;
|
||||
};
|
||||
|
Reference in New Issue
Block a user