Hide config frame on startup

This commit is contained in:
2025-01-07 12:31:17 +01:00
parent fbf35d6d77
commit 016f0be480
3 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
## Interface: 70300
## Title: Heimdall
## Version: 3.0.1
## Version: 3.0.2
## Notes: Watches over areas and alerts when hostiles spotted
## Author: Cyka
## SavedVariables: Heimdall_Data

BIN
Heimdall.zip (Stored with Git LFS)

Binary file not shown.

View File

@@ -1304,6 +1304,7 @@ function shared.Config.Init()
stinkiesConfigFrame:Add(stinkies, 16, 12)
end
configFrame.frame:Hide()
print("Heimdall - Config loaded")
end