mirror of
https://github.com/Dark98/SliceBeam.git
synced 2026-07-02 16:49:02 +00:00
Fix scale in mm pref
This commit is contained in:
@@ -32,7 +32,7 @@ public class Prefs {
|
||||
}
|
||||
|
||||
public static void setScaleInputInMM(boolean v) {
|
||||
mPrefs.edit().putBoolean("scale_input_mm", true).apply();
|
||||
mPrefs.edit().putBoolean("scale_input_mm", v).apply();
|
||||
}
|
||||
|
||||
public static boolean isScaleLinked() {
|
||||
|
||||
Reference in New Issue
Block a user