BigClockExtra: Changed default settings from measures to hms

This commit is contained in:
Ludwig Frühschütz 2020-09-22 23:31:16 +02:00
parent 4004674735
commit e3ce713c90

View File

@ -14,8 +14,8 @@
local timeSinceProject = true -- EITHER this one is true OR one of the next two
local timeSinceMarker = false
local timeSinceRegion = false
local timeUnitHMS = false -- EITHER this one is true OR one of the next one
local timeUnitMeasures = true
local timeUnitHMS = true -- EITHER this one is true OR one of the next one
local timeUnitMeasures = false
-- Nothing to adjust here anymore...
local script_path