Browse Source

BigClockExtra: Changed default settings from measures to hms

master
Ludwig Frühschütz 3 years ago
parent
commit
e3ce713c90
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      BigClockWithExtras/BigClockExtra.lua

+ 2
- 2
BigClockWithExtras/BigClockExtra.lua 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


Loading…
Cancel
Save