Closed modos189 closed 10 months ago
Also fixed the code when there is no value in localStorage. No exception is raised, and window.plugin.linkShowDirection.mode is set to undefined. However, this was not a problem before, because undefined was handled as Disabled (default value)
window.plugin.linkShowDirection.mode
undefined
Disabled
IITC_Mobile-test.apk
test-0.37.1.20240119.105916.zip
See build on website
Also fixed the code when there is no value in localStorage. No exception is raised, and
window.plugin.linkShowDirection.mode
is set toundefined
. However, this was not a problem before, becauseundefined
was handled asDisabled
(default value)