fix ui for hunting ground
This commit is contained in:
parent
e5c930c9ff
commit
d4dc0ba7cf
8 changed files with 94 additions and 86 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -184,3 +184,4 @@ export component MainWindow inherits Window {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Reference in a new issue