From 5ff0f40d27bdb33c7d0d1ab46b4c72cbc084bb4a Mon Sep 17 00:00:00 2001 From: dreamsourcelabTAI Date: Thu, 29 Feb 2024 09:49:25 +0800 Subject: [PATCH] fix: the font size can't load from profile --- DSView/pv/config/appconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DSView/pv/config/appconfig.h b/DSView/pv/config/appconfig.h index 579dcc0e..2e8ff817 100644 --- a/DSView/pv/config/appconfig.h +++ b/DSView/pv/config/appconfig.h @@ -58,7 +58,7 @@ public: struct AppOptions { - bool version; + int version; bool quickScroll; bool warnofMultiTrig; bool originalData;