fix(menu): styling
Also improves the styling of resize indicators, and removes the unnecessary `.density()` method call for the SSD header.
This commit is contained in:
parent
be38da47e9
commit
b7a34bdd1e
11 changed files with 70 additions and 81 deletions
|
|
@ -3707,7 +3707,7 @@ impl Shell {
|
|||
cosmic::icon_theme::set_default(toolkit.icon_theme.clone());
|
||||
}
|
||||
|
||||
let mut container = cosmic::config::COSMIC_TK.lock().unwrap();
|
||||
let mut container = cosmic::config::COSMIC_TK.write().unwrap();
|
||||
if &*container != &toolkit {
|
||||
*container = toolkit;
|
||||
drop(container);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue