yuzu: Write to config file on important config changes
This commit is contained in:
parent
6d77de96da
commit
df9c8bdfd9
4 changed files with 7 additions and 0 deletions
|
|
@ -122,6 +122,7 @@ signals:
|
|||
void AddDirectory();
|
||||
void ShowList(bool show);
|
||||
void PopulatingCompleted();
|
||||
void SaveConfig();
|
||||
|
||||
private slots:
|
||||
void OnItemExpanded(const QModelIndex& item);
|
||||
|
|
|
|||
Reference in a new issue