diff options
-rw-r--r-- | pkg/branding/black/22/off.png | bin | 0 -> 542 bytes | |||
-rw-r--r-- | pkg/branding/black/22/on.png | bin | 0 -> 519 bytes | |||
-rw-r--r-- | pkg/branding/black/22/question.png | bin | 0 -> 562 bytes | |||
-rw-r--r-- | pkg/branding/black/22/wait.png | bin | 0 -> 596 bytes | |||
-rw-r--r-- | pkg/branding/icons.qrc | 8 | ||||
-rw-r--r-- | pkg/branding/white/22/off.png | bin | 0 -> 587 bytes | |||
-rw-r--r-- | pkg/branding/white/22/on.png | bin | 0 -> 533 bytes | |||
-rw-r--r-- | pkg/branding/white/22/question.png | bin | 0 -> 558 bytes | |||
-rw-r--r-- | pkg/branding/white/22/wait.png | bin | 0 -> 588 bytes | |||
-rw-r--r-- | src/leap/bitmask/gui/app.py | 1 |
10 files changed, 8 insertions, 1 deletions
diff --git a/pkg/branding/black/22/off.png b/pkg/branding/black/22/off.png Binary files differnew file mode 100644 index 00000000..65afeef2 --- /dev/null +++ b/pkg/branding/black/22/off.png diff --git a/pkg/branding/black/22/on.png b/pkg/branding/black/22/on.png Binary files differnew file mode 100644 index 00000000..229140a3 --- /dev/null +++ b/pkg/branding/black/22/on.png diff --git a/pkg/branding/black/22/question.png b/pkg/branding/black/22/question.png Binary files differnew file mode 100644 index 00000000..bb259fac --- /dev/null +++ b/pkg/branding/black/22/question.png diff --git a/pkg/branding/black/22/wait.png b/pkg/branding/black/22/wait.png Binary files differnew file mode 100644 index 00000000..c267363b --- /dev/null +++ b/pkg/branding/black/22/wait.png diff --git a/pkg/branding/icons.qrc b/pkg/branding/icons.qrc index ab994cd9..9eb21ba8 100644 --- a/pkg/branding/icons.qrc +++ b/pkg/branding/icons.qrc @@ -1,5 +1,13 @@ <RCC> <qresource prefix="/"> <file>mask-icon.png</file> + <file>black/22/off.png</file> + <file>black/22/on.png</file> + <file>black/22/question.png</file> + <file>black/22/wait.png</file> + <file>white/22/off.png</file> + <file>white/22/on.png</file> + <file>white/22/question.png</file> + <file>white/22/wait.png</file> </qresource> </RCC> diff --git a/pkg/branding/white/22/off.png b/pkg/branding/white/22/off.png Binary files differnew file mode 100644 index 00000000..bd4bb0ee --- /dev/null +++ b/pkg/branding/white/22/off.png diff --git a/pkg/branding/white/22/on.png b/pkg/branding/white/22/on.png Binary files differnew file mode 100644 index 00000000..3a3d5b55 --- /dev/null +++ b/pkg/branding/white/22/on.png diff --git a/pkg/branding/white/22/question.png b/pkg/branding/white/22/question.png Binary files differnew file mode 100644 index 00000000..bd2a6292 --- /dev/null +++ b/pkg/branding/white/22/question.png diff --git a/pkg/branding/white/22/wait.png b/pkg/branding/white/22/wait.png Binary files differnew file mode 100644 index 00000000..e0fb53df --- /dev/null +++ b/pkg/branding/white/22/wait.png diff --git a/src/leap/bitmask/gui/app.py b/src/leap/bitmask/gui/app.py index 8ec15b2a..91e8c870 100644 --- a/src/leap/bitmask/gui/app.py +++ b/src/leap/bitmask/gui/app.py @@ -75,7 +75,6 @@ class WithTrayIcon(QDialog): def createTrayIcon(self): self.trayIcon = QSystemTrayIcon(self) - self.trayIcon.setContextMenu(self.trayIconMenu) class BrowserWindow(QWebView, WithTrayIcon): |