fixed display of sites on page split tunneling
This commit is contained in:
parent
c7cd8e4c80
commit
7bd1340190
7 changed files with 85 additions and 48 deletions
|
|
@ -31,6 +31,9 @@ public slots:
|
|||
int getRouteMode();
|
||||
void setRouteMode(int routeMode);
|
||||
|
||||
bool isSplitTunnelingEnabled();
|
||||
void toggleSplitTunneling(bool enabled);
|
||||
|
||||
QVector<QPair<QString, QString>> getCurrentSites();
|
||||
|
||||
signals:
|
||||
|
|
@ -44,6 +47,7 @@ private:
|
|||
|
||||
std::shared_ptr<Settings> m_settings;
|
||||
|
||||
bool m_isSplitTunnelingEnabled;
|
||||
Settings::RouteMode m_currentRouteMode;
|
||||
|
||||
QVector<QPair<QString, QString>> m_sites;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue