mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Rebrand app to Warehouse
This commit is contained in:
@@ -88,12 +88,12 @@ class FlattoolGuiApplication(Adw.Application):
|
||||
def on_about_action(self, widget, _):
|
||||
"""Callback for the app.about action."""
|
||||
about = Adw.AboutWindow(transient_for=self.props.active_window,
|
||||
application_name='Flattool',
|
||||
application_name='Warehouse',
|
||||
application_icon='io.github.heliguy4599.FlattoolGUI',
|
||||
developer_name='Heliguy',
|
||||
version='0.2.0',
|
||||
version='0.3.0',
|
||||
developers=['Heliguy https://github.com/heliguy4599', 'kramo https://kramo.hu'],
|
||||
artists=['Heliguy https://github.com/heliguy4599', 'eryn https://github.com/hericiumvevo'],
|
||||
artists=['Heliguy https://github.com/heliguy4599', 'kramo https://kramo.hu', 'eryn https://github.com/hericiumvevo'],
|
||||
copyright='© 2023 The Files Authors\n\nThis application comes with absolutely no warranty. See the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GNU General Public License, version 3 only</a> for details.')
|
||||
about.present()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user