mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 19:46:29 +03:00
Improved UICheckBox. Fixed a bug and simplified UIPluginManager.
This commit is contained in:
@@ -189,7 +189,7 @@ class GitPlugin : public PluginBase {
|
||||
void openFileStatusMenu( const Git::DiffFile& file );
|
||||
|
||||
void runAsync( std::function<Git::Result()> fn, bool updateStatus, bool updateBranches,
|
||||
bool displaySuccessMsg = false );
|
||||
bool displaySuccessMsg = false, bool updateBranchesOnError = false );
|
||||
|
||||
void addMenuItem( UIMenu* menu, const std::string& txtKey, const std::string& txtVal,
|
||||
const std::string& icon = "",
|
||||
|
||||
Reference in New Issue
Block a user