feat: add notes

This commit is contained in:
zhom
2025-11-30 10:45:39 +04:00
parent 2c7c07c414
commit 5947ec14e6
9 changed files with 401 additions and 93 deletions
+3 -1
View File
@@ -40,7 +40,8 @@ use browser_runner::{
use profile::manager::{
check_browser_status, create_browser_profile_new, delete_profile, list_browser_profiles,
rename_profile, update_camoufox_config, update_profile_proxy, update_profile_tags,
rename_profile, update_camoufox_config, update_profile_note, update_profile_proxy,
update_profile_tags,
};
use browser_version_manager::{
@@ -710,6 +711,7 @@ pub fn run() {
get_browser_release_types,
update_profile_proxy,
update_profile_tags,
update_profile_note,
check_browser_status,
kill_browser_profile,
rename_profile,