mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Remove page-count logic from LicenceModel title dialog
cura 8587
This commit is contained in:
parent
324b456cbd
commit
119b86b957
1 changed files with 0 additions and 2 deletions
|
@ -51,6 +51,4 @@ class LicenseModel(QObject):
|
|||
|
||||
def _updateDialogTitle(self):
|
||||
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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue