chore(examples): icon API update

This commit is contained in:
Michael Aaron Murphy 2023-09-13 16:01:04 +02:00 committed by Michael Murphy
parent 9dbc1be269
commit 0eba498708
5 changed files with 12 additions and 19 deletions

View file

@ -72,6 +72,7 @@ impl cosmic::Application for App {
/// Message type specific to our [`App`].
type Message = Message;
/// The unique application ID to supply to the window manager.
const APP_ID: &'static str = "org.cosmic.AppDemo";
fn core(&self) -> &Core {