Introduce a + button in the titlebar

This commit is contained in:
Antonio Scandurra 2022-09-27 13:45:11 +02:00
parent c8a48e8990
commit 5a3a85b2c8
5 changed files with 78 additions and 20 deletions

View file

@ -108,6 +108,7 @@ fn main() {
client::Channel::init(&client);
client::init(client.clone(), cx);
command_palette::init(cx);
contacts_titlebar_item::init(cx);
editor::init(cx);
go_to_line::init(cx);
file_finder::init(cx);