From 3980f835d6daf4fe98b8950d8f12b42ab8d4c73c Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Fri, 8 Aug 2025 14:09:20 +0400 Subject: [PATCH] chore: remove unused command --- src-tauri/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src-tauri/src/lib.rs b/src-tauri/src/lib.rs index 8d7ef9c..4cf605d 100644 --- a/src-tauri/src/lib.rs +++ b/src-tauri/src/lib.rs @@ -58,7 +58,6 @@ use auto_updater::{ use app_auto_updater::{ check_for_app_updates, check_for_app_updates_manual, download_and_install_app_update, - get_platform_info, }; use profile_importer::{detect_existing_profiles, import_browser_profile}; @@ -488,7 +487,6 @@ pub fn run() { check_for_app_updates, check_for_app_updates_manual, download_and_install_app_update, - get_platform_info, get_system_theme, detect_existing_profiles, import_browser_profile,