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
|
|
@ -54,7 +54,7 @@ impl cosmic::Application for IcedWorkspacesApplet {
|
|||
cosmic::iced::Command<cosmic::app::Message<Self::Message>>,
|
||||
) {
|
||||
(
|
||||
IcedWorkspacesApplet {
|
||||
Self {
|
||||
layout: match &core.applet.anchor {
|
||||
PanelAnchor::Left | PanelAnchor::Right => Layout::Column,
|
||||
PanelAnchor::Top | PanelAnchor::Bottom => Layout::Row,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue