diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-14 01:47:41 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-14 01:47:41 +0200 |
| commit | fcb667619ca922fb1a1947b4e8c23b57290f97b6 (patch) | |
| tree | 1321aefff03f6c00144ff7174a8a6f8ea0803508 /app | |
| parent | ec3fa197624cea242b05303461e6fece78d78009 (diff) | |
| download | turns-fcb667619ca922fb1a1947b4e8c23b57290f97b6.tar.xz turns-fcb667619ca922fb1a1947b4e8c23b57290f97b6.zip | |
app/ui: rename main window ui file
Diffstat (limited to 'app')
| -rw-r--r-- | app/src/application.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/application.cpp b/app/src/application.cpp index a120f40..9408335 100644 --- a/app/src/application.cpp +++ b/app/src/application.cpp @@ -28,8 +28,8 @@ namespace turns::app m_self = adw_application_new("ch.arknet.Turns", G_APPLICATION_DEFAULT_FLAGS); m_application = Glib::wrap(GTK_APPLICATION(m_self)); - auto builder = Gtk::Builder::create_from_resource("/ch/arknet/Turns/windows/main_window.ui"); - auto main_window = Gtk::Builder::get_widget_derived<windows::main>(builder, "main_window"); + auto builder = Gtk::Builder::create_from_resource("/ch/arknet/Turns/windows/main.ui"); + auto main_window = Gtk::Builder::get_widget_derived<windows::main>(builder, "main"); m_main_window = ADW_APPLICATION_WINDOW(main_window->gobj()); |
