The window title is now set to the prompt

This commit is contained in:
Scoopta 2019-08-17 22:00:23 -07:00
parent 574ed3f590
commit fef2a8428a

View File

@ -300,5 +300,6 @@ void wofi_init(struct map* config) {
exit(1); exit(1);
} }
gtk_widget_grab_focus(entry); gtk_widget_grab_focus(entry);
gtk_window_set_title(GTK_WINDOW(window), prompt);
gtk_widget_show_all(window); gtk_widget_show_all(window);
} }