mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
ecode: Added "Check for updates at startup." option.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user