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:
gxalpha
2024-09-27 13:50:53 +02:00
committed by Ryan Foster
parent 4dd3cf6758
commit ad5040cfd2

View File

@@ -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,