* Fix files not appearing because of filter strings being wrong
* Implement settings save prompt
This commit is contained in:
@@ -28,6 +28,9 @@ public:
|
||||
~Settings();
|
||||
void save();
|
||||
|
||||
protected slots:
|
||||
void accept() override;
|
||||
|
||||
private:
|
||||
Ui::Settings *ui;
|
||||
SettingsMachine* machine;
|
||||
|
||||
Reference in New Issue
Block a user