mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-10 10:36:16 -04:00
UI: Fix What's New increment settings mismatch
The InfoIncrement key in the application config everywhere else. This mismatch caused the "What's New" menu entry to stop functioning.
This commit is contained in:
@@ -8529,7 +8529,7 @@ void OBSBasic::on_actionShowWhatsNew_triggered()
|
||||
if (!cef)
|
||||
return;
|
||||
|
||||
config_set_int(App()->GetUserConfig(), "General", "InfoIncrement", -1);
|
||||
config_set_int(App()->GetAppConfig(), "General", "InfoIncrement", -1);
|
||||
|
||||
WhatsNewInfoThread *wnit = new WhatsNewInfoThread();
|
||||
connect(wnit, &WhatsNewInfoThread::Result, this,
|
||||
|
||||
Reference in New Issue
Block a user