Skip to content

Commit

Permalink
exclamation svg replaced
Browse files Browse the repository at this point in the history
  • Loading branch information
shivansh02 committed May 10, 2024
1 parent 82fc8d7 commit 0630325
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 130 deletions.
129 changes: 0 additions & 129 deletions src/vorta/assets/icons/alert.svg

This file was deleted.

4 changes: 4 additions & 0 deletions src/vorta/assets/icons/exclamation-triangle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/vorta/views/exception_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def __init__(self, exception: str):
self.crashDetails.setPlainText(details)

# Set alert image
self.alertImage.setPixmap(get_colored_icon('alert', scaled_height=70, return_qpixmap=True))
self.alertImage.setPixmap(get_colored_icon('exclamation-triangle', scaled_height=75, return_qpixmap=True))

def copy_report_to_clipboard(self):
cb = QApplication.clipboard()
Expand Down

0 comments on commit 0630325

Please sign in to comment.