Modified auto hide feature #4569

Made auto hide on startup and added an info masseage on first connection
This commit is contained in:
XinyuHou
2015-04-23 17:32:18 +01:00
parent fb76dee8cc
commit c7b444a762
4 changed files with 25 additions and 10 deletions

View File

@@ -168,7 +168,7 @@ class MainWindow : public QMainWindow, public Ui::MainWindowBase
void updateEdition();
QString getProfileRootForArg();
void checkFingerprint(const QString& line);
void autoHide();
bool autoHide();
private:
QSettings& m_Settings;