Skip to content

Commit f89c8d7

Browse files
ui: removed unused systray icon
to save some memory.
1 parent 0ed9a5d commit f89c8d7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

ui/opensnitch/service.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,6 @@ def _setup_icons(self):
211211
self.white_image = QtGui.QPixmap(os.path.join(self._path, "res/icon-white.svg"))
212212
self.white_icon = QtGui.QIcon()
213213
self.white_icon.addPixmap(self.white_image, QtGui.QIcon.Mode.Normal, QtGui.QIcon.State.Off)
214-
self.red_image = QtGui.QPixmap(os.path.join(self._path, "res/icon-red.png"))
215-
self.red_icon = QtGui.QIcon()
216-
self.red_icon.addPixmap(self.red_image, QtGui.QIcon.Mode.Normal, QtGui.QIcon.State.Off)
217214
self.pause_image = QtGui.QPixmap(os.path.join(self._path, "res/icon-pause.png"))
218215
self.pause_icon = QtGui.QIcon()
219216
self.pause_icon.addPixmap(self.pause_image, QtGui.QIcon.Mode.Normal, QtGui.QIcon.State.Off)

0 commit comments

Comments
 (0)