зеркало из https://github.com/mozilla/gecko-dev.git
Bug 737833 - Disallow AppUserModelID registration calls for immersive mode. r=rstrong
This commit is contained in:
Родитель
3a2cf3d366
Коммит
9edffdfab0
|
@ -328,6 +328,10 @@ WinTaskbar::RegisterAppUserModelID() {
|
|||
if (WinUtils::GetWindowsVersion() < WinUtils::WIN7_VERSION)
|
||||
return false;
|
||||
|
||||
if (XRE_GetWindowsEnvironment() == WindowsEnvironmentType_Metro) {
|
||||
return false;
|
||||
}
|
||||
|
||||
SetCurrentProcessExplicitAppUserModelIDPtr funcAppUserModelID = nullptr;
|
||||
bool retVal = false;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче