use ns in struct

This commit is contained in:
yggverse 2024-09-22 02:57:09 +03:00
parent ecd686976c
commit db43289e24

View File

@ -11,7 +11,7 @@ use gtk::{
use sqlite::Connection;
pub struct Browser {
pub widget: Arc<ApplicationWindow>,
pub widget: Arc<gtk::ApplicationWindow>,
pub main: Arc<main::Main>,
}