ui: updated help url, fixed a typo

point help links to evilsocket's repo.
fixed error launching the GUI when there's no systray available.
This commit is contained in:
Gustavo Iñiguez Goia 2021-04-13 00:10:56 +02:00
parent f288078c0b
commit 49d12612db
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ from database import Database
class Config:
__instance = None
HELP_URL = "https://github.com/gustavo-iniguez-goya/opensnitch/wiki/Configurations"
HELP_URL = "https://github.com/evilsocket/opensnitch/wiki/Configurations"
RulesTypes = ("list", "lists", "simple", "regexp", "network")

View file

@ -57,8 +57,8 @@ class UIService(ui_pb2_grpc.UIServicer, QtWidgets.QGraphicsObject):
self._setup_interfaces()
self._setup_icons()
self._setup_tray()
self._stats_dialog = StatsDialog(dbname="general", db=self._db)
self._setup_tray()
self._setup_slots()
self._nodes = Nodes.instance()