Update empty pane styling
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
This commit is contained in:
parent
20064b5629
commit
8ee25be7b9
6 changed files with 104 additions and 25 deletions
|
@ -709,7 +709,7 @@ pub fn dock_default_item_factory(
|
|||
pub fn background_actions() -> &'static [(&'static str, &'static dyn Action)] {
|
||||
&[
|
||||
("Go to file", &file_finder::Toggle),
|
||||
("Open the command palette", &command_palette::Toggle),
|
||||
("Open command palette", &command_palette::Toggle),
|
||||
("Focus the dock", &FocusDock),
|
||||
("Open recent projects", &recent_projects::OpenRecent),
|
||||
("Change your settings", &OpenSettings),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue