Skip to content

Commit

Permalink
Merge pull request #1 from noobping/icon
Browse files Browse the repository at this point in the history
edit icon
  • Loading branch information
noobping authored Dec 11, 2023
2 parents 461ae4f + 9d6e804 commit e8ad7cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pypass.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def __init__(self, parent, title, content, pass_manager):
# Edit or view mode
self.edit_mode = False
self.edit_button = Gtk.Button()
self.edit_button.set_icon_name("edit-symbolic")
self.edit_button.set_icon_name("document-edit-symbolic")
self.edit_button.connect("clicked", self.on_edit_button_clicked)
header_bar.pack_start(self.edit_button)

Expand Down Expand Up @@ -816,7 +816,7 @@ def on_about_action(self, widget, _):
logo_icon_name='com.github.noobping.pypass',
version='0.1.0',
license_type=Gtk.License.GPL_3_0,
authors=['noobping', 'ChatGPT-4'],
authors=['noobping'],
copyright='© 2023 noobping')
about.present()

Expand Down

0 comments on commit e8ad7cd

Please sign in to comment.