mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
refactor and fix some shit
This commit is contained in:
parent
8143090033
commit
4f72daa0eb
10 changed files with 351 additions and 188 deletions
|
|
@ -81,9 +81,9 @@ namespace MareSynchronos
|
|||
ImGuiWindowFlags.NoResize | ImGuiWindowFlags.NoCollapse | ImGuiWindowFlags.NoScrollbar | ImGuiWindowFlags.NoScrollWithMouse))
|
||||
{
|
||||
// can't ref a property, so use a local copy
|
||||
string penumbraFolder = configuration.PenumbraFolder;
|
||||
string penumbraFolder = configuration.CacheFolder;
|
||||
if(ImGui.InputText("Penumbra mod folder", ref penumbraFolder, 255)) {
|
||||
this.configuration.PenumbraFolder = penumbraFolder;
|
||||
this.configuration.CacheFolder = penumbraFolder;
|
||||
this.configuration.Save();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue