mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 23:14:20 +08:00
Suppressed empty server warning on startup #4240
This commit is contained in:
@@ -191,6 +191,7 @@ class MainWindow : public QMainWindow, public Ui::MainWindowBase
|
||||
QMutex m_Mutex;
|
||||
bool m_SuppressAutoConfigWarning;
|
||||
CommandProcess* m_BonjourInstall;
|
||||
bool m_SuppressEmptyServerWarning;
|
||||
|
||||
private slots:
|
||||
void on_m_pCheckBoxAutoConfig_toggled(bool checked);
|
||||
|
||||
Reference in New Issue
Block a user