mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:23:01 +00:00
[EXPLORER] Implement ClearRecentDocsOnExit setting (#7935)
This commit is contained in:
parent
bd2d3b8603
commit
a6558c0562
3 changed files with 53 additions and 4 deletions
|
@ -470,6 +470,9 @@ public:
|
|||
return;
|
||||
|
||||
SendMessage(m_DesktopWnd, WM_PROGMAN_SAVESTATE, 0, 0);
|
||||
|
||||
if (SHRestricted(REST_CLEARRECENTDOCSONEXIT))
|
||||
ClearRecentAndMru();
|
||||
}
|
||||
|
||||
LRESULT DoExitWindows()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue