mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-27 09:58:10 +01:00
Updated title
This commit is contained in:
parent
f2e0ff84b8
commit
da79c3899d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class DialogBox:
|
|||
def __init__(self):
|
||||
self.configs = Configs()
|
||||
self.d = Dialog(dialog="dialog")
|
||||
self.d.set_background_title(f'{self.configs.prog_name} {Version().version}')
|
||||
self.d.set_background_title(f'{self.configs.prog_name} {Version().version} - Software Package Manager')
|
||||
|
||||
def checklist(self, text, title, height, width, list_height, choices, packages):
|
||||
""" Choose packages for upgrade. """
|
||||
|
|
Loading…
Reference in a new issue