use 'Self' to refer to own type
This commit is contained in:
parent
a88cbad37f
commit
b9723dd5e0
15 changed files with 48 additions and 54 deletions
|
|
@ -75,7 +75,7 @@ impl cosmic::Application for CosmicBluetoothApplet {
|
|||
_flags: Self::Flags,
|
||||
) -> (Self, iced::Command<cosmic::app::Message<Self::Message>>) {
|
||||
(
|
||||
CosmicBluetoothApplet {
|
||||
Self {
|
||||
core,
|
||||
icon_name: "bluetooth-symbolic".to_string(),
|
||||
..Default::default()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue