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,12 +117,6 @@ WSEventsPtr GetEventsSystem() {
|
|||||||
return _eventsSystem;
|
return _eventsSystem;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ShowSettingsDialog() {
|
|
||||||
if (settingsDialog) {
|
|
||||||
settingsDialog->setVisible(true);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void ShowPasswordSetting() {
|
void ShowPasswordSetting() {
|
||||||
if (settingsDialog) {
|
if (settingsDialog) {
|
||||||
settingsDialog->PreparePasswordEntry();
|
settingsDialog->PreparePasswordEntry();
|
||||||
|
@ -55,7 +55,6 @@ typedef std::shared_ptr<WSEvents> WSEventsPtr;
|
|||||||
ConfigPtr GetConfig();
|
ConfigPtr GetConfig();
|
||||||
WSServerPtr GetServer();
|
WSServerPtr GetServer();
|
||||||
WSEventsPtr GetEventsSystem();
|
WSEventsPtr GetEventsSystem();
|
||||||
void ShowSettingsDialog();
|
|
||||||
void ShowPasswordSetting();
|
void ShowPasswordSetting();
|
||||||
|
|
||||||
#define OBS_WEBSOCKET_VERSION "4.8.0"
|
#define OBS_WEBSOCKET_VERSION "4.8.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user