Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
UI deafult value bug
Browse files Browse the repository at this point in the history
  • Loading branch information
CatxFish committed Jul 29, 2017
1 parent 15a5ab4 commit 6259616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/virtual-output/virtual_properties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void VirtualProperties::onStop()
void VirtualProperties::showEvent(QShowEvent *event)
{
config_t* config = obs_frontend_get_global_config();
int delay = config_get_default_int(config, "VirtualOutput", "OutDelay");
int delay = config_get_int(config, "VirtualOutput", "OutDelay");

if (delay < 0 || delay >30)
delay = 0;
Expand Down

0 comments on commit 6259616

Please # to comment.