1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00

Mention clipboard in version output

This commit is contained in:
Michael Vetter 2021-04-16 13:17:04 +02:00
parent 8c50b63e56
commit 791b13cb9a

View File

@ -173,9 +173,9 @@ main(int argc, char** argv)
#endif
#ifdef HAVE_GTK
g_print("GTK icons: Enabled\n");
g_print("GTK icons/clipboard: Enabled\n");
#else
g_print("GTK icons: Disabled\n");
g_print("GTK icons/clipboard: Disabled\n");
#endif
return 0;