automatically show current burn rate in burn rate spinbox

This commit is contained in:
Mikayla Fischler
2022-10-07 11:21:17 -04:00
parent 573c263548
commit 529951f998
3 changed files with 24 additions and 28 deletions

View File

@@ -16,7 +16,7 @@ local config = require("coordinator.config")
local coordinator = require("coordinator.coordinator")
local renderer = require("coordinator.renderer")
local COORDINATOR_VERSION = "alpha-v0.5.2"
local COORDINATOR_VERSION = "alpha-v0.5.3"
local print = util.print
local println = util.println