mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
fix bad console command usage, whoops
This commit is contained in:
parent
69f490619f
commit
f0ef73f96b
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue