mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
Added display of a notification about the inclusion of logging on the main screen
This commit is contained in:
+4
-1
@@ -68,7 +68,7 @@ public:
|
||||
void setStartMinimized(bool enabled) { m_settings.setValue("Conf/startMinimized", enabled); }
|
||||
|
||||
bool isSaveLogs() const { return m_settings.value("Conf/saveLogs", false).toBool(); }
|
||||
void setSaveLogs(bool enabled) { m_settings.setValue("Conf/saveLogs", enabled); }
|
||||
void setSaveLogs(bool enabled);
|
||||
|
||||
enum RouteMode {
|
||||
VpnAllSites,
|
||||
@@ -113,6 +113,9 @@ public:
|
||||
QByteArray backupAppConfig() const { return m_settings.backupAppConfig(); }
|
||||
bool restoreAppConfig(const QByteArray &cfg) { return m_settings.restoreAppConfig(cfg); }
|
||||
|
||||
signals:
|
||||
void updateVpnPage();
|
||||
|
||||
private:
|
||||
SecureQSettings m_settings;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user