reset slider on page load to minimum opacity, fixes #22
This commit is contained in:
parent
327c343903
commit
2b6be76cc4
2 changed files with 9 additions and 1 deletions
|
|
@ -67,4 +67,7 @@
|
|||
//'Mapsforge Tile Server': 'http://localhost:6090/{z}/{x}/{y}.png'
|
||||
};
|
||||
|
||||
// Minimum transparency slider value on load, values between 0 and 1 (0=invisible).
|
||||
// 0 = no minimum, use stored setting; 1 = always reset to full visibility on load
|
||||
BR.conf.minOpacity = 0.3;
|
||||
})();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue