added option to manually save the collapsed/expanded state of tools

This commit is contained in:
Alberto Griggio
2017-08-21 18:42:15 +02:00
parent ad20c39907
commit 610f3e4853
11 changed files with 84 additions and 4 deletions

View File

@@ -201,6 +201,9 @@ class Preferences : public Gtk::Dialog, public ProfileStoreListener
Gtk::CheckButton* ckbHideTPVScrollbar;
Gtk::CheckButton* ckbUseIconNoText;
Gtk::CheckButton* ckbAutoSaveTpOpen;
Gtk::Button* btnSaveTpOpenNow;
DynamicProfilePanel *dynProfilePanel;
Glib::ustring storedValueRaw;