Add L's pink button

This commit is contained in:
2022-03-06 08:03:01 +11:00
parent a3939095d8
commit 42cf5d2c35
2 changed files with 2 additions and 2 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

+2 -2
View File
@@ -259,7 +259,7 @@ screen quick_buttons(filename, label_functions):
for l_f in label_functions:
use quick_button(filename, l_f[0], l_f[1])
image pink_button = im.MatrixColor("gui/button/uioptionbuttons/template_idle.png", im.matrix.hue(50))
#image colored_button = im.MatrixColor("gui/button/uioptionbuttons/template_idle.png", im.matrix.hue(50))
screen quick_menu():
## Ensure this appears on top of other screens.
@@ -272,7 +272,7 @@ screen quick_menu():
style_prefix "quick"
spacing 1
use quick_buttons("pink_button",
use quick_buttons("gui/button/uioptionbuttons/template_idle.png",
[
[ "Skip", Skip() ],
[ "Auto", Preference("auto-forward", "toggle") ],