mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-15 00:34:42 +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):
|
def show_disabled_handler(self, button):
|
||||||
show_disabled = button.get_active()
|
show_disabled = button.get_active()
|
||||||
self.show_disabled_button_content.set_icon_name(
|
self.show_disabled_button_content.set_icon_name(
|
||||||
"warehouse:eye-open-negative-filled-symbolic"
|
"warehouse:eye-open-negative-filled-symbolic" if show_disabled else "warehouse:eye-not-looking-symbolic"
|
||||||
if show_disabled else
|
|
||||||
"warehouse:eye-not-looking-symbolic"
|
|
||||||
)
|
)
|
||||||
total_visible = 0
|
total_visible = 0
|
||||||
for row in self.current_remote_rows:
|
for row in self.current_remote_rows:
|
||||||
|
|||||||
Reference in New Issue
Block a user