mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 22:34:54 +02:00
Disable document peeker as default
This commit is contained in:
parent
dbe2b698b1
commit
eb43167fbf
@ -854,7 +854,7 @@ struct NppGUI final
|
|||||||
|
|
||||||
bool _isFolderDroppedOpenFiles = false;
|
bool _isFolderDroppedOpenFiles = false;
|
||||||
|
|
||||||
bool _isDocPeekOnTab = true;
|
bool _isDocPeekOnTab = false;
|
||||||
bool _isDocPeekOnMap = false;
|
bool _isDocPeekOnMap = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user