chore: update dependencies
Also removes the license crate patch.
This commit is contained in:
parent
013d331d32
commit
4a4d5c0a9e
3 changed files with 64 additions and 93 deletions
|
|
@ -2096,6 +2096,7 @@ impl Application for App {
|
|||
.version(env!("CARGO_PKG_VERSION"))
|
||||
.author("System76")
|
||||
.license("GPL-3.0-only")
|
||||
.license_url("https://spdx.org/licenses/GPL-3.0-only")
|
||||
.developers([("Jeremy Soller", "jeremy@system76.com")])
|
||||
.links([
|
||||
(fl!("repository"), "https://github.com/pop-os/cosmic-files"),
|
||||
|
|
@ -4695,7 +4696,7 @@ impl Application for App {
|
|||
Some(match &self.context_page {
|
||||
ContextPage::About => context_drawer::about(
|
||||
&self.about,
|
||||
Message::LaunchUrl,
|
||||
|url| Message::LaunchUrl(url.to_string()),
|
||||
Message::ToggleContextPage(ContextPage::About),
|
||||
),
|
||||
ContextPage::EditHistory => context_drawer::context_drawer(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue