Add more context menu removals
Added additional context menu removal calls in `ShellRemove()` and `ShellUninstall()` for improved cleanup.
This commit is contained in:
parent
478db776d2
commit
194880737e
|
@ -210,6 +210,8 @@ void CSbieObject::ShellRemove()
|
|||
{
|
||||
CSettingsWindow::RemoveContextMenu();
|
||||
CSbieUtils::RemoveContextMenu2();
|
||||
CSbieUtils::RemoveContextMenu3();
|
||||
CSbieUtils::RemoveContextMenu4();
|
||||
}
|
||||
|
||||
void CSbieObject::LogMessage(const QVariant& Message, bool bNotify)
|
||||
|
|
|
@ -151,6 +151,8 @@ void CSetupWizard::ShellUninstall()
|
|||
|
||||
CSettingsWindow::RemoveContextMenu();
|
||||
CSbieUtils::RemoveContextMenu2();
|
||||
CSbieUtils::RemoveContextMenu3();
|
||||
CSbieUtils::RemoveContextMenu4();
|
||||
|
||||
// todo: delete desktop browser shortcut and start menu integration
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue