Skip to content

Commit ecfbc71

Browse files
authored
Update Settings.cpp
1 parent 215b67c commit ecfbc71

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/pages/Settings.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ void DevTools::drawSettings() {
8585
ImGui::GetIO().FontGlobalScale = fontScale;
8686
Mod::get()->setSavedValue<float>("fontScale", fontScale);
8787
}
88+
log::debug("imgui fontglobalscale: {}", ImGui::GetIO().FontGlobalScale);
8889

8990

9091
#ifdef GEODE_IS_DESKTOP
@@ -260,3 +261,4 @@ void DevTools::drawSettings() {
260261
}
261262
}
262263
};*/
264+

0 commit comments

Comments
 (0)