rename profile directory action

This commit is contained in:
yggverse 2024-10-11 08:04:29 +03:00
parent 472aadb9d3
commit b1f30fbd1e
6 changed files with 14 additions and 16 deletions

View file

@ -39,7 +39,7 @@ impl App {
) -> Self {
// Init actions
let action_tool_debug = Action::new("win", true);
let action_tool_profile_directory = Action::new("win", true);
let action_tool_profile = Action::new("win", true);
let action_quit = Action::new("win", true);
let action_update = Action::new("win", true);
let action_tab_append = Action::new("win", true);
@ -84,7 +84,7 @@ impl App {
let browser = Arc::new(Browser::new(
profile_path,
action_tool_debug.simple(),
action_tool_profile_directory.simple(),
action_tool_profile.simple(),
action_quit.simple(),
action_update.simple(),
action_tab_append.simple(),