mirror of
https://github.com/Dark98/SliceBeam.git
synced 2026-07-03 00:38:53 +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) {
|
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() {
|
public static boolean isScaleLinked() {
|
||||||
|
|||||||
Reference in New Issue
Block a user