From 5735e48e331563a433031980711dcf690638dbcf Mon Sep 17 00:00:00 2001 From: Jack Cherng Date: Tue, 22 Sep 2020 18:05:55 +0800 Subject: [PATCH] fix: change F5 Debug to F5 Tools As of ventoy-1.0.21. https://github.com/ventoy/Ventoy/releases/tag/v1.0.21 Signed-off-by: Jack Cherng --- disk_root/ventoy/theme/poly-dark/theme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disk_root/ventoy/theme/poly-dark/theme.txt b/disk_root/ventoy/theme/poly-dark/theme.txt index e2e63d6..7adf441 100644 --- a/disk_root/ventoy/theme/poly-dark/theme.txt +++ b/disk_root/ventoy/theme/poly-dark/theme.txt @@ -65,5 +65,5 @@ terminal-border: "0" + label {text = "F4: " font = "Unifont Regular 18" color = "#00EEEE" align = "left"} + label {text = "Local Boot " font = "Unifont Regular 18" color = "#cccccc" align = "left"} + label {text = "F5: " font = "Unifont Regular 18" color = "#00EEEE" align = "left"} - + label {text = "Debug " font = "Unifont Regular 18" color = "#cccccc" align = "left"} + + label {text = "Tools " font = "Unifont Regular 18" color = "#cccccc" align = "left"} }