fix ci
This commit is contained in:
parent
7060257051
commit
d4288f89d3
@ -1814,7 +1814,7 @@ pub fn main_support_remove_wallpaper() -> bool {
|
||||
}
|
||||
|
||||
pub fn is_qs() -> SyncReturn<bool> {
|
||||
SyncReturn(get_hard_option("connection-type") == "incoming");
|
||||
SyncReturn(get_hard_option("connection-type".to_owned()) == "incoming")
|
||||
}
|
||||
|
||||
/// Send a url scheme throught the ipc.
|
||||
|
Loading…
x
Reference in New Issue
Block a user