We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215b67c commit ecfbc71Copy full SHA for ecfbc71
1 file changed
src/pages/Settings.cpp
@@ -85,6 +85,7 @@ void DevTools::drawSettings() {
85
ImGui::GetIO().FontGlobalScale = fontScale;
86
Mod::get()->setSavedValue<float>("fontScale", fontScale);
87
}
88
+ log::debug("imgui fontglobalscale: {}", ImGui::GetIO().FontGlobalScale);
89
90
91
#ifdef GEODE_IS_DESKTOP
@@ -260,3 +261,4 @@ void DevTools::drawSettings() {
260
261
262
263
};*/
264
+
0 commit comments