Sets TUI about help message on super init.

This commit is contained in:
Carlos Nihelton 2022-05-26 07:37:35 -03:00
parent c6fedfb8e1
commit 87112ebecf
No known key found for this signature in database
GPG Key ID: 6FE346D245197E9A
1 changed files with 1 additions and 3 deletions

View File

@ -76,6 +76,4 @@ class SystemSetupClient(SubiquityClient):
} }
def __init__(self, opts): def __init__(self, opts):
super().__init__(opts) super().__init__(opts, _about_msg(ABOUT_UBUNTU_WSL, opts.dry_run))
self.help_menu.about_message = \
_about_msg(ABOUT_UBUNTU_WSL, self.opts.dry_run)