Skip to content

Commit

Permalink
Merge pull request #16 from TheEvilSkeleton/improve-about-window
Browse files Browse the repository at this point in the history
Improve about window
  • Loading branch information
Bytezz authored Oct 30, 2023
2 parents d89008a + c24776b commit 123596c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,12 @@ def on_about_action(self, widget, _):
application_name='IP Lookup',
application_icon='io.github.bytezz.IPLookup',
developer_name='Bytez',
website='https://github.com/Bytezz/IPLookup-gtk',
issue_url='https://github.com/Bytezz/IPLookup-gtk/issues',
version='0.2.0',
developers=['Bytez'],
copyright='© 2023 Bytez')
license_type=Gtk.License.GPL_3_0,
copyright='Copyright© 2023 Bytez')
about.present()

def on_search(self, widget):
Expand Down

0 comments on commit 123596c

Please sign in to comment.