mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 12:44:19 +01:00
File Selector improvements.
This commit is contained in:
parent
002778f4c1
commit
35e68e74f4
5 changed files with 34 additions and 4 deletions
|
|
@ -62,7 +62,7 @@ public partial class ConfigWindow
|
|||
|
||||
// Changing the base mod directory.
|
||||
private string? _newModDirectory;
|
||||
private readonly FileDialogManager _dialogManager = new();
|
||||
private readonly FileDialogManager _dialogManager = SetupFileManager();
|
||||
private bool _dialogOpen; // For toggling on/off.
|
||||
|
||||
// Do not change the directory without explicitly pressing enter or this button.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue