diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-24 10:35:31 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-02 10:10:18 -0400 |
| commit | f14f2bad3ba7440d6f36657f32d00c89cae54623 (patch) | |
| tree | 513ab6d43d931ca98f13c25a26c8fb917c13847e /src/modinfodialogcategories.h | |
| parent | 581cfacbbdee17f2b4df8195487e5934702a430e (diff) | |
don't update invisible tabs
update tabs when origin changes
change setting name because 2.2.0 can't handle the text list
Diffstat (limited to 'src/modinfodialogcategories.h')
| -rw-r--r-- | src/modinfodialogcategories.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modinfodialogcategories.h b/src/modinfodialogcategories.h index 738b4e4d..392023e7 100644 --- a/src/modinfodialogcategories.h +++ b/src/modinfodialogcategories.h @@ -12,6 +12,7 @@ public: void clear() override; void update() override; bool canHandleSeparators() const override; + bool usesOriginFiles() const override; private: void add( |
