Remove some stale FIXMEs

This commit is contained in:
Alex Pyrgiotis 2023-07-25 15:56:21 +03:00
parent 8d86b0a15f
commit a2177bfd34
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA
2 changed files with 0 additions and 4 deletions

View file

@ -97,7 +97,6 @@ class MainWindow(QtWidgets.QMainWindow):
self.hamburger_button.setIconSize(
QtCore.QSize(HAMBURGER_MENU_SIZE, HAMBURGER_MENU_SIZE)
)
# FIXME: Maybe remove the box around the icon as well
self.hamburger_button.setStyleSheet(
"QToolButton::menu-indicator { image: none; }"
)
@ -281,7 +280,6 @@ class MainWindow(QtWidgets.QMainWindow):
)
sep = hamburger_menu.insertSeparator(hamburger_menu.actions()[0])
# FIXME: Add green bubble next to the text.
success_action = QtGui.QAction("New version available", hamburger_menu) # type: ignore [attr-defined]
success_action.setIcon(
QtGui.QIcon(self.load_svg_image("hamburger_menu_update_available.svg"))

View file

@ -26,8 +26,6 @@ from .logic import Alert, DangerzoneGui
log = logging.getLogger(__name__)
# TODO: Create a wiki page that explains how updates work for Dangerzone, before
# merging this.
MSG_CONFIRM_UPDATE_CHECKS = """\
<p>Do you want to be notified about new Dangerzone releases?</p>