Restructure view module into ui folder, graph specific widgets into graph subfolder

This commit is contained in:
Tom A. Wagner
2023-07-19 12:26:59 +02:00
parent 0e699288e1
commit 475a83fab7
9 changed files with 43 additions and 25 deletions

View File

@@ -16,7 +16,7 @@
mod application;
mod pipewire_connection;
mod view;
mod ui;
use glib::PRIORITY_DEFAULT;
use gtk::prelude::*;