moved some Settings from Application to Settings

This commit is contained in:
fourtf
2020-02-23 22:15:13 +01:00
parent f8a9850151
commit 5ad427bd61
11 changed files with 102 additions and 77 deletions
@@ -19,8 +19,6 @@ class IgnoreController final : public Singleton
public:
virtual void initialize(Settings &settings, Paths &paths) override;
SignalVector<IgnorePhrase> phrases;
private:
bool initialized_ = false;
};