enable linux platform & rename widnow

This commit is contained in:
2026-02-10 11:58:35 +02:00
parent 58aebbeabe
commit 5c2f19dcc4

View File

@@ -40,11 +40,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, "patient_manager");
gtk_header_bar_set_title(header_bar, "MIH App - Mzansi Innovation Hub");
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, "patient_manager");
gtk_window_set_title(window, "MIH App - Mzansi Innovation Hub");
}
gtk_window_set_default_size(window, 1280, 720);