mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-17 23:01:04 +02:00
parent
66ff849c56
commit
80403e3ca9
3 changed files with 9 additions and 5 deletions
|
@ -143,7 +143,7 @@ impl Ipc {
|
|||
}
|
||||
Command::LoadCss { path } => {
|
||||
if path.exists() {
|
||||
load_css(path);
|
||||
load_css(path, application.clone());
|
||||
Response::Ok
|
||||
} else {
|
||||
Response::error("File not found")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue