fix(input sources): button size

This commit is contained in:
Ashley Wulber 2024-05-21 15:34:20 -04:00 committed by Michael Murphy
parent 5ae7a29dc7
commit c6dd730d78
2 changed files with 32 additions and 11 deletions

View file

@ -63,5 +63,5 @@ pub fn run() -> cosmic::iced::Result {
config,
layouts,
};
cosmic::applet::run::<Window>(true, flags)
cosmic::applet::run::<Window>(false, flags)
}