why must all of this be async
This commit is contained in:
@@ -98,7 +98,7 @@ namespace MareSynchronos.UI
|
||||
|
||||
if (ImGui.Button("I agree##toSetup"))
|
||||
{
|
||||
if (ImGui.GetIO().KeyCtrl)
|
||||
if (UiShared.CtrlPressed())
|
||||
{
|
||||
_pluginConfiguration.AcceptedAgreement = true;
|
||||
_pluginConfiguration.Save();
|
||||
|
||||
Reference in New Issue
Block a user