From 0c4cdb89ade12cacb7e69b0d913a7c83fe7b344a Mon Sep 17 00:00:00 2001 From: Al12rs Date: Thu, 8 Feb 2018 22:59:35 +0100 Subject: Changed the data tab to remember the current expanded folders when hiding or un-hiding a file. Using the refresh button will close alll the expanded nodes an return to the initial state as it did before. --- src/mainwindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 5c8e4ebc..d7708da6 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -122,6 +122,7 @@ public: bool addProfile(); void updateBSAList(const QStringList &defaultArchives, const QStringList &activeArchives); void refreshDataTree(); + void refreshDataTreeKeepExpandedNodes(); void refreshSaveList(); void setModListSorting(int index); -- cgit v1.3.1