mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-28 17:17:34 -04:00
Unlocalize CLI strings
This commit is contained in:
parent
e5366bdf0b
commit
a7bbe818bf
7 changed files with 50 additions and 97 deletions
|
@ -62,6 +62,10 @@ class OnionShareGui(QtWidgets.QMainWindow):
|
|||
self.config = config
|
||||
if self.config:
|
||||
self.common.load_settings(self.config)
|
||||
else:
|
||||
self.common.load_settings()
|
||||
|
||||
strings.load_strings(self.common)
|
||||
|
||||
# System tray
|
||||
menu = QtWidgets.QMenu()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue