ui: move gps.ui to dedicated folder

This commit is contained in:
Stéphane Cerveau 2022-01-31 19:31:45 +01:00
parent 7aac6cb08f
commit ec20b318d1
2 changed files with 1 additions and 1 deletions

View file

@ -98,7 +98,7 @@ impl GPSAppWeak {
impl GPSApp {
fn new(application: &gtk::Application) -> anyhow::Result<GPSApp> {
let glade_src = include_str!("gps.ui");
let glade_src = include_str!("./ui/gps.ui");
let builder = Builder::from_string(glade_src);
let window: ApplicationWindow = builder
.object("mainwindow")