mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-23 00:49:18 +01:00
File Selector improvements.
This commit is contained in:
parent
002778f4c1
commit
35e68e74f4
5 changed files with 34 additions and 4 deletions
|
|
@ -33,7 +33,6 @@ public sealed partial class ConfigWindow : Window, IDisposable
|
|||
_effectiveTab = new EffectiveTab();
|
||||
_debugTab = new DebugTab( this );
|
||||
_resourceTab = new ResourceTab( this );
|
||||
Flags |= ImGuiWindowFlags.NoDocking;
|
||||
if( Penumbra.Config.FixMainWindow )
|
||||
{
|
||||
Flags |= ImGuiWindowFlags.NoResize | ImGuiWindowFlags.NoMove;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue