mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
fix #11, reshuffled some UI and added a button to the main menu/lobby
This commit is contained in:
parent
15eb435929
commit
8adeab1ba5
12 changed files with 399 additions and 134 deletions
|
|
@ -12,6 +12,10 @@ namespace Penumbra
|
|||
|
||||
public bool IsEnabled { get; set; } = true;
|
||||
|
||||
public bool ShowAdvanced { get; set; } = false;
|
||||
|
||||
public bool DisableFileSystemNotifications { get; set; } = false;
|
||||
|
||||
public string CurrentCollection { get; set; } = @"D:/ffxiv/fs_mods/";
|
||||
|
||||
public List< string > ModCollections { get; set; } = new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue