Skip to content

Commit

Permalink
Change tray icon #83
Browse files Browse the repository at this point in the history
  • Loading branch information
bpozdena committed Feb 12, 2023
1 parent 1fd0e04 commit 6cfdee7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/OneDriveGUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -2234,7 +2234,6 @@ def read_stderr(self):
] = 'OneDrive Client not found! Please <a href="https://github.com/abraunegg/onedrive/blob/master/docs/INSTALL.md" style="color:#FFFFFF;">install</a> it.'
self.update_profile_status.emit(self.profile_status, self.profile_name)


elif "--resync is required" in stderr:
# Ask user for resync authorization and stop the worker.
logging.error(f"[{self.profile_name}] {str(stderr)} - Asking for resync authorization.")
Expand Down Expand Up @@ -2340,7 +2339,7 @@ def __init__(self):
self.tray = QSystemTrayIcon()
if self.tray.isSystemTrayAvailable():

icon = QIcon(DIR_PATH + "/resources/images/icons8-clouds-48.png")
icon = QIcon(DIR_PATH + "/resources/images/icons8-clouds-80-dark-edge.png")
menu = QMenu()

show_action = menu.addAction("Show/Hide")
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6cfdee7

Please sign in to comment.