~hp/muslua

486d2c831c5ffa06e94f32e0da04f939df636015 — Hanspeter Portner 2 months ago c032279
Move and color toggle row of gatekeeper
2 files changed, 3 insertions(+), 2 deletions(-)

M lua/gatekeeping.lua
M meson_options.txt
M lua/gatekeeping.lua => lua/gatekeeping.lua +2 -1
@@ 37,9 37,10 @@ local Gatekeeper <const> = interfacing.Page:new {
		end

		for i = 1, 8 do
			local num <const> = i*10 + 9
			local num <const> = i*10 + 8

			self[num] = interfacing.Button:new {
				color_off = 0xa,
				page = self,
				on_up = function(self, time)
					local active = true

M meson_options.txt => meson_options.txt +1 -1
@@ 2,4 2,4 @@
# SPDX-License-Identifier: CC0-1.0

option('build-tests', type : 'boolean', value : true)
option('version', type : 'string', value : '0.1.203')
option('version', type : 'string', value : '0.1.205')