Adds toggle to build name in titlebar
Adds a config option for toggling the new functionality from #688 Adds toggle to build name in titlebar Adds a config option for toggling the new functionality from #688 Update window title when changing passive trees
This commit is contained in:
@@ -237,6 +237,7 @@ function TreeTabClass:SetActiveSpec(specId)
|
||||
local curSpec = self.specList[self.activeSpec]
|
||||
self.build.spec = curSpec
|
||||
self.build.buildFlag = true
|
||||
self.build.spec:SetWindowTitleWithBuildClass()
|
||||
for _, slot in pairs(self.build.itemsTab.slots) do
|
||||
if slot.nodeId then
|
||||
if prevSpec then
|
||||
|
||||
Reference in New Issue
Block a user