Finalize documentation: Simplified layout and GPLv3 License
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user