mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Formatting
This commit is contained in:
@@ -33,6 +33,7 @@ class AttemptInstallDialog(Adw.AlertDialog):
|
||||
if response != "continue":
|
||||
if not self.callback is None:
|
||||
self.callback(False)
|
||||
|
||||
return
|
||||
|
||||
active_row = None
|
||||
@@ -52,7 +53,7 @@ class AttemptInstallDialog(Adw.AlertDialog):
|
||||
}])
|
||||
elif not self.callback is None:
|
||||
self.callback(False)
|
||||
|
||||
|
||||
def __init__(self, package_names, callback=None, **kwargs):
|
||||
super().__init__(**kwargs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user