Experimental option for non-async player applications
This commit is contained in:
@@ -635,6 +635,14 @@ public class SettingsUi : WindowMediatorSubscriberBase
|
||||
_configService.Save();
|
||||
}
|
||||
|
||||
bool serializedApplications = _configService.Current.SerialApplication;
|
||||
if (ImGui.Checkbox("Serialized player applications", ref serializedApplications))
|
||||
{
|
||||
_configService.Current.SerialApplication = serializedApplications;
|
||||
_configService.Save();
|
||||
}
|
||||
_uiShared.DrawHelpText("Experimental - May reduce issues in crowded areas");
|
||||
|
||||
ImGui.Separator();
|
||||
_uiShared.BigText("Debug");
|
||||
#if DEBUG
|
||||
|
||||
Reference in New Issue
Block a user