mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
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:
parent
f288078c0b
commit
49d12612db
2 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue