WIP
Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
parent
daddb03e7a
commit
a4a1e6ba98
7 changed files with 49 additions and 8 deletions
|
@ -766,3 +766,11 @@ pub fn background_actions() -> &'static [(&'static str, &'static dyn Action)] {
|
|||
("Change your settings", &zed_actions::OpenSettings),
|
||||
]
|
||||
}
|
||||
|
||||
// TODO:
|
||||
// Cleanly identify open / first open
|
||||
// What should we do if we fail when looking for installation_id?
|
||||
// - set to true, false, or skip?
|
||||
// Report closed
|
||||
// Copy logic to zed2
|
||||
// If we don't add an app close, we should prob add back the flush on startup?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue