Update to latest published Rack code
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
c2a5e2a0e5
commit
946cba3e98
10 changed files with 166 additions and 74 deletions
|
|
@ -31,15 +31,16 @@ std::string updateSlug;
|
|||
float updateProgress = 0.f;
|
||||
bool isSyncing = false;
|
||||
bool restartRequested = false;
|
||||
bool refreshRequested = false;
|
||||
|
||||
void checkAppUpdate() {}
|
||||
void checkUpdates() {}
|
||||
bool hasUpdates() { return false; }
|
||||
bool isAppUpdateAvailable() { return false; }
|
||||
bool isLoggedIn() { return false; }
|
||||
void logIn(const std::string&, const std::string&) {}
|
||||
void logIn(std::string, std::string) {}
|
||||
void logOut() {}
|
||||
void syncUpdate(const std::string&) {}
|
||||
void syncUpdate(std::string) {}
|
||||
void syncUpdates() {}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue