Do not allow the waypoint arrow alpha to go below 0.1 .
Ludovicus [08-04-18 - 20:02]
Do not allow the waypoint arrow alpha to go below 0.1 .
diff --git a/TomTom_Config.lua b/TomTom_Config.lua
index 8731f3b..a60a05e 100755
--- a/TomTom_Config.lua
+++ b/TomTom_Config.lua
@@ -294,7 +294,7 @@ local function createconfig()
order = 4,
name = L["Alpha"],
desc = L["This setting allows you to change the opacity of the waypoint arrow, making it transparent or opaque"],
- min = 0, max = 1.0, step = 0.05,
+ min = 0.1, max = 1.0, step = 0.05,
arg = "arrow.alpha",
},
title_width = {