Added icons to Sources sidebar

This commit is contained in:
kramo
2023-07-13 14:40:41 +02:00
parent 8f4e4e619a
commit 33e847ef94
11 changed files with 36 additions and 6 deletions

View File

@@ -188,6 +188,12 @@ class CartridgesApplication(Adw.Application):
debug_info=debug_str,
debug_info_filename="cartridges.log",
)
about.add_legal_section(
"Steam Branding",
"© 2023 Valve Corporation",
Gtk.License.CUSTOM,
"Steam and the Steam logo are trademarks and/or registered trademarks of Valve Corporation in the U.S. and/or other countries.", # pylint: disable=line-too-long
)
about.present()
def on_preferences_action(