diff --git a/src/lib/3rdparty/qtwin.cpp b/src/lib/3rdparty/qtwin.cpp index bff6f7e75..99f4ae982 100644 --- a/src/lib/3rdparty/qtwin.cpp +++ b/src/lib/3rdparty/qtwin.cpp @@ -393,6 +393,10 @@ void QtWin::AddTasksToList(ICustomDestinationList* destinationList) app_path, "--new-window", icons_source, 0)); + obj_collection->AddObject(CreateShellLink(tr("Open new private window"), tr("Opens a new private window"), + app_path, "--private-browsing", + icons_source, 0)); + obj_collection->AddObject(CreateShellLink(tr("Open download manager"), tr("Opens a download manager if browser is running"), app_path, "--download-manager", icons_source, 0)); diff --git a/translations/empty.ts b/translations/empty.ts index 8ae59408f..dfc589de9 100644 --- a/translations/empty.ts +++ b/translations/empty.ts @@ -3964,11 +3964,21 @@ Please install latest version of QupZilla. - Open download manager + Open new private window + Opens a new private window + + + + + Open download manager + + + + Opens a download manager if browser is running