mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Settings Dialog: Don't need ShowSettingsDialog()
This commit is contained in:
parent
e6c2c90677
commit
20fa14563c
@ -117,15 +117,9 @@ WSEventsPtr GetEventsSystem() {
|
||||
return _eventsSystem;
|
||||
}
|
||||
|
||||
void ShowSettingsDialog() {
|
||||
if (settingsDialog) {
|
||||
settingsDialog->setVisible(true);
|
||||
}
|
||||
}
|
||||
|
||||
void ShowPasswordSetting() {
|
||||
if (settingsDialog) {
|
||||
settingsDialog->PreparePasswordEntry();
|
||||
settingsDialog->setVisible(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -55,7 +55,6 @@ typedef std::shared_ptr<WSEvents> WSEventsPtr;
|
||||
ConfigPtr GetConfig();
|
||||
WSServerPtr GetServer();
|
||||
WSEventsPtr GetEventsSystem();
|
||||
void ShowSettingsDialog();
|
||||
void ShowPasswordSetting();
|
||||
|
||||
#define OBS_WEBSOCKET_VERSION "4.8.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user