explorer: Don't worry about desktop launchers in non-desktop mode.
This commit is contained in:
parent
831424ef83
commit
9eb3f6a3db
|
@ -769,7 +769,7 @@ void manage_desktop( WCHAR *arg )
|
|||
initialize_display_settings( hwnd );
|
||||
initialize_appbar();
|
||||
initialize_systray( graphics_driver, using_root );
|
||||
initialize_launchers( hwnd );
|
||||
if (!using_root) initialize_launchers( hwnd );
|
||||
|
||||
if ((shell32 = LoadLibraryA( "shell32.dll" )) &&
|
||||
(pShellDDEInit = (void *)GetProcAddress( shell32, (LPCSTR)188)))
|
||||
|
|
Loading…
Reference in New Issue