We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed9a5d commit f89c8d7Copy full SHA for f89c8d7
1 file changed
ui/opensnitch/service.py
@@ -211,9 +211,6 @@ def _setup_icons(self):
211
self.white_image = QtGui.QPixmap(os.path.join(self._path, "res/icon-white.svg"))
212
self.white_icon = QtGui.QIcon()
213
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)
217
self.pause_image = QtGui.QPixmap(os.path.join(self._path, "res/icon-pause.png"))
218
self.pause_icon = QtGui.QIcon()
219
self.pause_icon.addPixmap(self.pause_image, QtGui.QIcon.Mode.Normal, QtGui.QIcon.State.Off)
0 commit comments