mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Remove some stale FIXMEs
This commit is contained in:
parent
8d86b0a15f
commit
a2177bfd34
2 changed files with 0 additions and 4 deletions
|
@ -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"))
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue