mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-14 12:48:27 +10:00
Added option to hide "see more results" in search
Hides the item in both start menu styles and adjusts search height to ensure the empty space is used. Partially fixes #660, but currently does not honor group policy settings.
This commit is contained in:
committed by
Ibuprophen
parent
5399e3ad8c
commit
be8568ce00
@@ -896,6 +896,7 @@ private:
|
||||
static bool s_bRightDrag; // dragging with the right mouse button
|
||||
static bool s_bLockWorkArea; // changes to the work area are ignored
|
||||
static bool s_bPendingSearchEnter; // Enter was pressed before the search results were ready
|
||||
static bool s_bMoreResults; // shows the "Show More Results" item at the bottom of searches
|
||||
static RECT s_MenuLimits; // area of the main monitor accessible to all menus
|
||||
static RECT s_MainMenuLimits; // area of the main monitor accessible by the main menu
|
||||
static DWORD s_TaskbarState; // the state of the taskbar (ABS_AUTOHIDE and ABS_ALWAYSONTOP)
|
||||
|
||||
Reference in New Issue
Block a user