The window title is now set to the prompt
This commit is contained in:
parent
574ed3f590
commit
fef2a8428a
@ -300,5 +300,6 @@ void wofi_init(struct map* config) {
|
||||
exit(1);
|
||||
}
|
||||
gtk_widget_grab_focus(entry);
|
||||
gtk_window_set_title(GTK_WINDOW(window), prompt);
|
||||
gtk_widget_show_all(window);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user