File Selector improvements.

This commit is contained in:
Ottermandias 2022-06-17 17:33:22 +02:00
parent 002778f4c1
commit 35e68e74f4
5 changed files with 34 additions and 4 deletions

View file

@ -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.