Fix interface zoom

This commit is contained in:
Gregory Schier
2024-09-03 14:37:44 -07:00
parent 8619c66ea4
commit f67cecf1b4
2 changed files with 9 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ pub struct Settings {
pub theme_light: String,
pub update_channel: String,
pub interface_font_size: i32,
pub interface_scale: i32,
pub interface_scale: f32,
pub editor_font_size: i32,
pub editor_soft_wrap: bool,
pub telemetry: bool,