Make the About dialog text selectable to copy version.

Fixes #1302.
This commit is contained in:
auouymous 2022-06-16 16:27:05 -06:00
parent 27f445c88b
commit 4d4ad7f7cb
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@ class gPodderApplication(Gtk.Application):
pb = GdkPixbuf.Pixbuf.new_from_file_at_size(gpodder.icon_file, 160, 160)
bg.pack_start(Gtk.Image.new_from_pixbuf(pb), False, False, 0)
label = Gtk.Label(justify=Gtk.Justification.CENTER)
label.set_selectable(True)
label.set_markup('\n'.join(x.strip() for x in """
<b>gPodder {version} ({date})</b>