ecode: Added "Check for updates at startup." option.

This commit is contained in:
Martín Lucas Golini
2023-01-19 01:50:12 -03:00
parent e9f9be6486
commit 27d1b97acb
7 changed files with 64 additions and 14 deletions

View File

@@ -233,7 +233,7 @@ class App : public UICodeEditorSplitter::Client {
void setCursorBlinkingTime();
void checkForUpdates();
void checkForUpdates( bool fromStartup = false );
protected:
EE::Window::Window* mWindow{ nullptr };
@@ -436,7 +436,7 @@ class App : public UICodeEditorSplitter::Client {
void onPluginEnabled( UICodeEditorPlugin* plugin );
void checkForUpdatesResponse( Http::Response response );
void checkForUpdatesResponse( Http::Response response, bool fromStartup );
};
} // namespace ecode