Add more context menu removals

Added additional context menu removal calls in `ShellRemove()` and `ShellUninstall()` for improved cleanup.
This commit is contained in:
offhub 2024-11-16 21:26:51 +03:00
parent 478db776d2
commit 194880737e
No known key found for this signature in database
GPG Key ID: 7B12A8941851DA59
2 changed files with 4 additions and 0 deletions

View File

@ -210,6 +210,8 @@ void CSbieObject::ShellRemove()
{
CSettingsWindow::RemoveContextMenu();
CSbieUtils::RemoveContextMenu2();
CSbieUtils::RemoveContextMenu3();
CSbieUtils::RemoveContextMenu4();
}
void CSbieObject::LogMessage(const QVariant& Message, bool bNotify)

View File

@ -151,6 +151,8 @@ void CSetupWizard::ShellUninstall()
CSettingsWindow::RemoveContextMenu();
CSbieUtils::RemoveContextMenu2();
CSbieUtils::RemoveContextMenu3();
CSbieUtils::RemoveContextMenu4();
// todo: delete desktop browser shortcut and start menu integration
}