fix bad console command usage, whoops

This commit is contained in:
goat 2024-07-23 19:45:03 +02:00
parent 69f490619f
commit f0ef73f96b

View file

@ -207,10 +207,11 @@ internal class DalamudInterface : IInternalDisposableService
break;
default:
Log.Error("Unknown swapchain mode: {Mode}", mode);
break;
return false;
}
this.configuration.QueueSave();
return true;
});
}