Add tab icons

This commit is contained in:
Zerebos
2026-05-21 00:50:49 -04:00
parent 4e2ad6cae7
commit 8ef0a14363
3 changed files with 19 additions and 4 deletions
-1
View File
@@ -3,7 +3,6 @@ use crate::server::resolve::strip_unc;
#[cfg(target_os = "windows")]
use std::path::PathBuf;
use tauri::Manager;
use std::path::PathBuf;
#[tauri::command]
pub fn get_platform_ui_scale(window: tauri::Window) -> f64 {