mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-27 05:07:18 +02:00
Bugfixes around saving settings
This commit is contained in:
parent
48ce948ede
commit
2c0e1bbe57
7 changed files with 38 additions and 18 deletions
|
@ -20,6 +20,7 @@ class IApp {
|
|||
virtual bool eraseSettings(bool eraseWifi) = 0;
|
||||
virtual bool getSavePending() = 0;
|
||||
virtual bool getLastSaveSucceed() = 0;
|
||||
virtual bool getShouldReboot() = 0;
|
||||
virtual void setOnUpdate() = 0;
|
||||
virtual void setRebootFlag() = 0;
|
||||
virtual const char *getVersion() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue