mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-23 00:49:18 +01:00
Allow Profiling in Release for now.
This commit is contained in:
parent
f29bdee010
commit
ea66bd2e67
4 changed files with 10 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue