mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 19:46:29 +03:00
eepp: Fixed Node::debounce.
ecode: Fixes in Git plugin, now status also recurses submodules. Fixed doc info being incorrect on startup.
This commit is contained in:
@@ -70,6 +70,7 @@ class GitPlugin : public PluginBase {
|
||||
bool mTooltipInfoShowing{ false };
|
||||
bool mStatusBarDisplayBranch{ true };
|
||||
bool mStatusBarDisplayModifications{ true };
|
||||
bool mStatusRecurseSubmodules{ true };
|
||||
bool mOldDontAutoHideOnMouseMove{ false };
|
||||
bool mOldUsingCustomStyling{ false };
|
||||
Uint32 mOldTextStyle{ 0 };
|
||||
|
||||
Reference in New Issue
Block a user