Menu items gray out

Discussion related to "Everything" 1.5.
Post Reply
w64bit
Posts: 338
Joined: Wed Jan 09, 2013 9:06 am

Menu items gray out

Post by w64bit »

I have some gray out items in the menu.
History:
- Restore previous session
- Recently closed tabs
- Recently closed windows
What option I have to turn on to enable these?
therube
Posts: 5723
Joined: Thu Sep 03, 2009 6:48 pm

Re: Menu items gray out

Post by therube »

I'll guess...

- Restore previous session
Either you have already restored the current session, or you have no previous session restore

- Recently closed tabs
You have no recently closed tabs in the current session

- Recently closed window
You have no recently closed windows in the current session
void
Developer
Posts: 19870
Joined: Fri Oct 16, 2009 11:31 pm

Re: Menu items gray out

Post by void »

The Restore Previous Session, Recently Closed Tabs and Recently Closed Windows menu items will be grayed if:
  • You have already done a session restore this session.
  • The session store is disabled under Tools -> Options -> Advanced -> session_store
  • The session store file doesn't exist:
    %APPDATA%\Everything\Session[-instance-name].json


Additionally, the Recently Closed Tabs menu item will be grayed if:
  • There are no recently closed tabs.


Additionally, the Recently Closed Windows menu item will be grayed if:
  • There are no recently closed windows.
Post Reply