Closed microlith57 closed 2 years ago
local function getWindowTitle(side) local name = sideStruct.getMapName(side) if name == "" then return meta.title end return string.format("%s - %s", meta.title, name) end
Targeting wrong branch, has no UI changes. Unsure if I like the approach here, need to think about it.