Enable multi-window feature of libcosmic

This commit is contained in:
Jeremy Soller 2024-02-01 19:40:37 -07:00
parent 2832e6066e
commit 588211adb0
4 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ use app::{App, Flags};
mod app;
use config::{Config, CONFIG_VERSION};
mod config;
mod dialog;
pub mod dialog;
mod key_bind;
mod localize;
mod menu;