fixed a little

This commit is contained in:
2026-07-11 12:30:16 +02:00
parent 652fe728e1
commit 476925c31b
7 changed files with 80 additions and 40 deletions
@@ -30,7 +30,14 @@ public class Module_FPS {
CONFIG.fpsX = x;
CONFIG.fpsY = y;
CONFIG.save();
}
public static void setFpsPadding(int padding) {
CONFIG.fpsP = padding;
CONFIG.save();
if (fpsContainer == null) return;
fpsContainer.padding(Insets.of(padding));
}
public static void register() {