mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-22 09:51:06 +00:00
Autoupdate config menu after config changes
This commit is contained in:
@@ -24,6 +24,7 @@ class ButtonListView;
|
||||
class UIcolorEditor;
|
||||
class FileNameEditor;
|
||||
class GeneneralConf;
|
||||
class QFileSystemWatcher;
|
||||
|
||||
class ConfigWindow : public QTabWidget {
|
||||
Q_OBJECT
|
||||
@@ -45,6 +46,8 @@ private:
|
||||
FileNameEditor *m_filenameEditor;
|
||||
GeneneralConf *m_generalConfig;
|
||||
|
||||
QFileSystemWatcher *m_configWatcher;
|
||||
|
||||
};
|
||||
|
||||
#endif // CONFIGURATION_H
|
||||
|
||||
Reference in New Issue
Block a user