mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-11 17:37:22 +10:00
Separate taskbar icon for Open-Shell menu settings dialog
It will be now separate from Explorer's icons in taskbar. Open-Shell icon will be displayed for better clarity. https://github.com/Open-Shell/Open-Shell-Menu/issues/31#issuecomment-1656611895
This commit is contained in:
@@ -5272,7 +5272,7 @@ void EditSettings( bool bModal, int tab )
|
||||
Sprintf(title,_countof(title),LoadStringEx(IDS_SETTINGS_TITLE_VER),ver>>24,(ver>>16)&0xFF,ver&0xFFFF);
|
||||
else
|
||||
Sprintf(title,_countof(title),LoadStringEx(IDS_SETTINGS_TITLE));
|
||||
EditSettings(title,bModal,tab);
|
||||
EditSettings(title,bModal,tab,L"OpenShell.StartMenu.Settings");
|
||||
}
|
||||
|
||||
bool DllImportSettingsXml( const wchar_t *fname )
|
||||
|
||||
Reference in New Issue
Block a user