mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
config: fix types
This commit is contained in:
parent
efc6d4c15a
commit
bfc826b898
@ -210,8 +210,8 @@ void Config::OnFrontendEvent(enum obs_frontend_event event, void* param)
|
||||
QString restartMessage = QObject::tr("OBSWebsocket.ProfileChanged.Restarted");
|
||||
obs_frontend_pop_ui_translation();
|
||||
|
||||
auto previousEnabled = config->ServerEnabled;
|
||||
auto previousPort = config->ServerPort;
|
||||
bool previousEnabled = config->ServerEnabled;
|
||||
uint64_t previousPort = config->ServerPort;
|
||||
|
||||
config->SetDefaults();
|
||||
config->Load();
|
||||
|
Loading…
x
Reference in New Issue
Block a user