Updated APP name

This commit is contained in:
2026-03-23 16:44:23 +08:00
parent f21498717b
commit b2a27f7801
12 changed files with 685 additions and 22 deletions

View File

@@ -45,11 +45,11 @@ static void my_application_activate(GApplication* application) {
if (use_header_bar) {
GtkHeaderBar* header_bar = GTK_HEADER_BAR(gtk_header_bar_new());
gtk_widget_show(GTK_WIDGET(header_bar));
gtk_header_bar_set_title(header_bar, "frontend");
gtk_header_bar_set_title(header_bar, "Hightube");
gtk_header_bar_set_show_close_button(header_bar, TRUE);
gtk_window_set_titlebar(window, GTK_WIDGET(header_bar));
} else {
gtk_window_set_title(window, "frontend");
gtk_window_set_title(window, "Hightube");
}
gtk_window_set_default_size(window, 1280, 720);