mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-05 07:55:23 -04:00
Added onionshare logo as settings window icon
This commit is contained in:
parent
9b3cee0878
commit
a462c567ff
2 changed files with 3 additions and 6 deletions
|
@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
from PyQt5 import QtCore, QtWidgets, QtGui
|
||||
import sys, platform
|
||||
|
||||
from onionshare import strings
|
||||
from onionshare import strings, helpers
|
||||
from onionshare.settings import Settings
|
||||
from onionshare.onion import *
|
||||
|
||||
|
@ -36,6 +36,7 @@ class SettingsDialog(QtWidgets.QDialog):
|
|||
|
||||
self.setModal(True)
|
||||
self.setWindowTitle(strings._('gui_settings_window_title', True))
|
||||
self.setWindowIcon(QtGui.QIcon(helpers.get_resource_path('images/logo.png')))
|
||||
|
||||
# Sharing options
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue