fix(applets): multi-window fix (#42)
This commit is contained in:
parent
82ac6aac1c
commit
cd299892b2
4 changed files with 55 additions and 36 deletions
|
|
@ -59,7 +59,9 @@ pub fn main() -> color_eyre::Result<()> {
|
|||
cosmic::settings::set_default_icon_theme("Pop");
|
||||
let mut settings = cosmic::settings();
|
||||
settings.initial_surface = InitialSurface::XdgWindow(SctkWindowSettings {
|
||||
title: Some(fl!("app")),
|
||||
size_limits: Limits::NONE.min_width(600.0).min_height(300.0),
|
||||
app_id: Some("com.system76.CosmicSettings".to_string()),
|
||||
..Default::default()
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue