Finalize documentation: Simplified layout and GPLv3 License

This commit is contained in:
lm
2026-03-23 21:28:14 +01:00
parent 5a9cbfc943
commit 9ff56ce7ef
4 changed files with 729 additions and 21 deletions
-7
View File
@@ -1299,13 +1299,6 @@ class MainWindow(QtWidgets.QMainWindow, I18nMixin):
self.status_label.setText(self._t("status.defaults_restored"))
self._refresh_overlay_only()
def _coming_soon(self) -> None:
QtWidgets.QMessageBox.information(
self,
self._t("dialog.info_title"),
"Feature coming soon in the PySide6 migration.",
)
# Shortcuts --------------------------------------------------------------
def _setup_shortcuts(self) -> None: