restore window pos
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
parent
4d3f5373d4
commit
32fe330946
5 changed files with 21 additions and 3 deletions
|
|
@ -202,7 +202,7 @@ impl<T: InvokeUiSession> Session<T> {
|
|||
}
|
||||
|
||||
pub fn get_flutter_config(&self, k: String) -> String {
|
||||
self.lc.write().unwrap().get_ui_flutter(&k)
|
||||
self.lc.read().unwrap().get_ui_flutter(&k)
|
||||
}
|
||||
|
||||
pub fn toggle_option(&mut self, name: String) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue