mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
feat: make custom repo enabled by default
This commit is contained in:
parent
f0399d6af4
commit
c15340212d
1 changed files with 2 additions and 1 deletions
|
|
@ -256,7 +256,8 @@ namespace Dalamud.Interface
|
|||
ImGui.PushFont(InterfaceManager.IconFont);
|
||||
if (ImGui.Button(FontAwesomeIcon.Plus.ToIconString())) {
|
||||
this.thirdRepoList.Add(new ThirdRepoSetting {
|
||||
Url = this.thirdRepoTempUrl
|
||||
Url = this.thirdRepoTempUrl,
|
||||
IsEnabled = true
|
||||
});
|
||||
|
||||
this.thirdRepoTempUrl = string.Empty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue