mirror of
https://github.com/AleziaKurdis/Overte-community-apps.git
synced 2025-04-06 01:53:45 +02:00
Fix missing default value for radius
This fixes the missing default value for radius, when the setting was not already used.
This commit is contained in:
parent
e212a746d3
commit
4791943c15
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
var tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system");
|
var tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system");
|
||||||
|
|
||||||
var radius = Settings.getValue("entityListDefaultRadius");
|
var radius = Settings.getValue("entityListDefaultRadius", 300);
|
||||||
|
|
||||||
tablet.screenChanged.connect(onScreenChanged);
|
tablet.screenChanged.connect(onScreenChanged);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue