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
|
|
@ -60,7 +60,7 @@ impl cosmic::Application for Window {
|
|||
_flags: Self::Flags,
|
||||
) -> (Self, cosmic::iced::Command<app::Message<Self::Message>>) {
|
||||
(
|
||||
Window {
|
||||
Self {
|
||||
core,
|
||||
popup: None,
|
||||
id_ctr: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue