mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
Ref T41, prg version can be checked when it is not new
This commit is contained in:
committed by
Mathew Sutcliffe
parent
ee75d5f900
commit
420e80a437
@@ -203,7 +203,7 @@ namespace BlackGui
|
||||
virtual bool parsingHookIn() override;
|
||||
|
||||
//! Check for a new version (update)
|
||||
void checkNewVersion();
|
||||
void checkNewVersion(bool onlyIfNew);
|
||||
|
||||
//! Register metadata
|
||||
static void registerMetadata();
|
||||
@@ -224,6 +224,9 @@ namespace BlackGui
|
||||
|
||||
//! Reload widget style from settings
|
||||
void settingsChanged();
|
||||
|
||||
//! Check new from menu
|
||||
void checkNewVersionMenu();
|
||||
};
|
||||
} // ns
|
||||
|
||||
|
||||
Reference in New Issue
Block a user