forked from akanyan/STARTLINER
fix: linux build
This commit is contained in:
@ -231,7 +231,7 @@ pub async fn set_cfg(
|
||||
key: String,
|
||||
value: serde_json::Value
|
||||
) -> Result<(), ()> {
|
||||
log::debug!("invoke: sync_cfg({}, {})", key, value);
|
||||
log::debug!("invoke: set_cfg({}, {})", key, value);
|
||||
|
||||
let mut appd = state.lock().await;
|
||||
if let Some(p) = &mut appd.profile {
|
||||
|
Reference in New Issue
Block a user