@@ -18,7 +18,7 @@ class AnalogSettingsViewTest extends WatchUi.Menu2 {
18
18
function initialize () {
19
19
Menu2 .initialize (null );
20
20
21
- var currentVersion = 500 ;
21
+ var currentVersion = 510 ;
22
22
if (Storage .getValue (23 )== null or Storage .getValue (23 )< currentVersion ){
23
23
Storage .setValue (23 ,currentVersion );
24
24
@@ -27,6 +27,7 @@ class AnalogSettingsViewTest extends WatchUi.Menu2 {
27
27
if (Storage .getValue (6 ) == null ){ Storage .setValue (6 , true ); } // Temperature Type
28
28
if (Storage .getValue (7 ) == null ){ Storage .setValue (7 , true ); } // Location Name
29
29
if (Storage .getValue (8 ) == null ){ Storage .setValue (8 , true ); } // Alarm Icon
30
+ if (Storage .getValue (13 ) == null ){ Storage .setValue (13 , 2 ); } // Hands Thickness - Thinner
30
31
if (Storage .getValue (15 ) == null ){ Storage .setValue (15 , true ); } // Wind Unit
31
32
if (Storage .getValue (16 ) == null ){ Storage .setValue (16 , false ); } // Temperature Unit
32
33
if (Storage .getValue (18 ) == null ){ Storage .setValue (18 , false ); } // Tickmark Color
@@ -38,11 +39,11 @@ class AnalogSettingsViewTest extends WatchUi.Menu2 {
38
39
if (Storage .getValue (26 ) == null ){ Storage .setValue (26 , true ); } // Battery Icon
39
40
if (Storage .getValue (28 ) == null ){ Storage .setValue (28 , true ); } // Battery Color
40
41
if (Storage .getValue (32 ) == null ){ Storage .setValue (32 , false ); } // Theme - Default Dark
41
- if (Storage .getValue (9 ) == null ) { Storage .setValue (9 , 26 ); } // big
42
- if (Storage .getValue (10 ) == null ) { Storage .setValue (10 , 26 ); } // big
43
- if (Storage .getValue (11 ) == null ) { Storage .setValue (11 , 22 ); } // small
44
- if (Storage .getValue (12 ) == null ) { Storage .setValue (12 , 22 ); } // small
45
- if (Storage .getValue (17 ) == null ) { Storage .setValue (17 , 22 ); } // small
42
+ if (Storage .getValue (9 ) == null ) { Storage .setValue (9 , 26 ); } // big length data field 1
43
+ if (Storage .getValue (10 ) == null ) { Storage .setValue (10 , 26 ); } // big length data field 2
44
+ if (Storage .getValue (11 ) == null ) { Storage .setValue (11 , 22 ); } // small length data field 1
45
+ if (Storage .getValue (12 ) == null ) { Storage .setValue (12 , 22 ); } // small length data field 2
46
+ if (Storage .getValue (17 ) == null ) { Storage .setValue (17 , 22 ); } // small length data field 3
46
47
}
47
48
48
49
// Generate a new Menu with a drawable Title
@@ -409,13 +410,13 @@ class CustomThickness extends WatchUi.Drawable {
409
410
410
411
function initialize () {
411
412
Drawable .initialize ({});
412
- if (Storage .getValue (13 ) == false or Storage .getValue (13 ) == null ){
413
+ /* if (Storage.getValue(13) == false or Storage.getValue(13) == null){
413
414
mIndex = 0;
414
415
} else if (Storage.getValue(13) == true) {
415
416
mIndex = 1;
416
- } else {
417
+ } else {*/
417
418
mIndex = Storage .getValue (13 );
418
- }
419
+ // }
419
420
}
420
421
421
422
// Advance to the next color state for the drawable
0 commit comments