'no fill' for background fill

reviewable/pr11647/r2
SomeGuy 1 month ago committed by GitHub
parent 75301ac0b0
commit 7d915e9358
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -140,7 +140,7 @@ return {
sub_item_table = {
genMenuItem(_("Black fill"), "screensaver_msg_background", "black"),
genMenuItem(_("White fill"), "screensaver_msg_background", "white"),
genMenuItem(_("Leave background as-is"), "screensaver_msg_background", "none", nil, true),
genMenuItem(_("No fill"), "screensaver_msg_background", "none", nil, true),
},
},
{

Loading…
Cancel
Save