Format code with black and autopep8 (#508)

This commit is contained in:
0xMRTT 2022-09-25 22:58:01 +02:00 committed by GitHub
commit 0912f13327
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,8 +142,8 @@ class GradienceWelcomeWindow(Adw.Window):
self.btn_next.set_visible(True)
self.btn_install.set_visible(False)
self.window.last_opened_version = self.window.settings.set_string(
"last-opened-version", version
)
"last-opened-version", version
)
if self.update:
self.btn_close.set_sensitive(True)
self.label_skip.set_visible(False)