refactor: replace load method with reload, returning Command
This commit is contained in:
parent
c6bf1525d8
commit
3787bf8cbc
7 changed files with 25 additions and 38 deletions
|
|
@ -589,7 +589,6 @@ impl SettingsApp {
|
|||
let page_command = self
|
||||
.pages
|
||||
.page_reload(page)
|
||||
.unwrap_or(iced::Command::none())
|
||||
.map(Message::PageMessage)
|
||||
.map(cosmic::app::Message::App);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue