mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Make the linters happy, again
This commit is contained in:
@@ -252,9 +252,7 @@ class RemotesPage(Adw.NavigationPage):
|
||||
def show_disabled_handler(self, button):
|
||||
show_disabled = button.get_active()
|
||||
self.show_disabled_button_content.set_icon_name(
|
||||
"warehouse:eye-open-negative-filled-symbolic"
|
||||
if show_disabled else
|
||||
"warehouse:eye-not-looking-symbolic"
|
||||
"warehouse:eye-open-negative-filled-symbolic" if show_disabled else "warehouse:eye-not-looking-symbolic"
|
||||
)
|
||||
total_visible = 0
|
||||
for row in self.current_remote_rows:
|
||||
|
||||
Reference in New Issue
Block a user