mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 12:44:16 +01:00
chore: tidy-up, move files shared between dalamud and injector into separate assembly
This commit is contained in:
parent
6f99cfe48c
commit
f44c6794e7
29 changed files with 174 additions and 129 deletions
|
|
@ -66,7 +66,7 @@ public class BranchSwitcherWindow : Window
|
|||
return;
|
||||
}
|
||||
|
||||
var si = Service<DalamudStartInfo>.Get();
|
||||
var si = Service<Dalamud>.Get().StartInfo;
|
||||
|
||||
var itemsArray = this.branches.Select(x => x.Key).ToArray();
|
||||
ImGui.ListBox("Branch", ref this.selectedBranchIndex, itemsArray, itemsArray.Length);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue