The opened/closed state of the left and right panels of the file browser is now remembered when restarting RT (no issue).

This commit is contained in:
Hombre
2014-02-06 20:40:44 +01:00
parent ee38396e0b
commit a06d005699
5 changed files with 35 additions and 8 deletions

View File

@@ -106,6 +106,8 @@ class Options {
int toolPanelWidth;
int browserToolPanelWidth;
int browserToolPanelHeight;
bool browserToolPanelOpened;
bool browserDirPanelOpened;
int historyPanelWidth;
Glib::ustring font;
int windowWidth;