fix ui for hunting ground

This commit is contained in:
rizary 2025-07-10 12:55:47 +07:00
parent e5c930c9ff
commit d4dc0ba7cf
Signed by untrusted user who does not match committer: rizary
GPG key ID: 2CE8D69D02F1CEB5
8 changed files with 94 additions and 86 deletions

View file

@ -47,6 +47,13 @@ dev = []
prod = []
deep-trace = []
[profile.release-with-debug]
inherits = "release"
debug = true
opt-level = 3
lto = true
codegen-units = 1
# Config for 'git cliff'
# Run with `GITHUB_TOKEN=$(gh auth token) git cliff --bump -up CHANGELOG.md`
# https://git-cliff.org/docs/configuration

View file

@ -184,3 +184,4 @@ export component MainWindow inherits Window {
}
}
}