Allow Profiling in Release for now.

This commit is contained in:
Ottermandias 2023-02-04 15:38:57 +01:00
parent f29bdee010
commit ea66bd2e67
4 changed files with 10 additions and 5 deletions

View file

@ -27,6 +27,7 @@ public sealed partial class ConfigWindow : Window, IDisposable
{
_penumbra = penumbra;
_settingsTab = new SettingsTab( this );
_selector = new ModFileSystemSelector( _penumbra.ModFileSystem );
_modPanel = new ModPanel( this );
_selector.SelectionChanged += _modPanel.OnSelectionChange;