mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-06-14 03:16:38 +10:00
Added option to always single-click folders
Opens pinned items on both sides of the start menu in just one click, while preserving hover functionality. Ignores the All Programs button for now as the All Programs folder is rarely accessed and this option can obstruct its use, especially for the inline menu style. Fixes #692.
This commit is contained in:
committed by
Ibuprophen
parent
b89aaed785
commit
0cb43dd17c
@@ -876,6 +876,7 @@ private:
|
||||
static bool s_bNoDragDrop; // disables drag/drop
|
||||
static bool s_bNoContextMenu; // disables the context menu
|
||||
static bool s_bExpandLinks; // expand links to folders
|
||||
static bool s_bSingleClickFolders; // open links to folders with one click instead of two
|
||||
static bool s_bLogicalSort; // use StrCmpLogical instead of CompareString
|
||||
static bool s_bExtensionSort; // sort file names by extension
|
||||
static bool s_bAllPrograms; // this is the All Programs menu of the Windows start menu
|
||||
|
||||
Reference in New Issue
Block a user