Restore auto-save on focus change, re-enable workspace tests
This commit is contained in:
parent
c63ca09eed
commit
a003a91212
13 changed files with 1350 additions and 1304 deletions
|
@ -189,13 +189,9 @@ impl Platform for TestPlatform {
|
|||
unimplemented!()
|
||||
}
|
||||
|
||||
fn on_become_active(&self, _callback: Box<dyn FnMut()>) {
|
||||
unimplemented!()
|
||||
}
|
||||
fn on_become_active(&self, _callback: Box<dyn FnMut()>) {}
|
||||
|
||||
fn on_resign_active(&self, _callback: Box<dyn FnMut()>) {
|
||||
unimplemented!()
|
||||
}
|
||||
fn on_resign_active(&self, _callback: Box<dyn FnMut()>) {}
|
||||
|
||||
fn on_quit(&self, _callback: Box<dyn FnMut()>) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue