mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 14:25:55 +08:00
Remove page-count logic from LicenceModel title dialog
cura 8587
This commit is contained in:
parent
324b456cbd
commit
119b86b957
@ -51,6 +51,4 @@ class LicenseModel(QObject):
|
|||||||
|
|
||||||
def _updateDialogTitle(self):
|
def _updateDialogTitle(self):
|
||||||
self._dialogTitle = catalog.i18nc("@title:window", "Plugin License Agreement")
|
self._dialogTitle = catalog.i18nc("@title:window", "Plugin License Agreement")
|
||||||
if self._page_count > 1:
|
|
||||||
self._dialogTitle = self._dialogTitle + " ({}/{})".format(self._current_page_idx + 1, self._page_count)
|
|
||||||
self.dialogTitleChanged.emit()
|
self.dialogTitleChanged.emit()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user