mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-16 08:36:37 +02:00
11 lines
350 B
Markdown
11 lines
350 B
Markdown
# Known Issues
|
|
|
|
## Discovery module is deprecated
|
|
|
|
Auto-scan for save folders (`discovery.rs`) is deprecated in favor of the
|
|
**Set save folder** menu option. The module remains for `validate_custom_path`
|
|
and `derive_ini_path` utilities.
|
|
|
|
**Planned**: Extract the two utility functions into `config.rs`, then remove
|
|
`discovery.rs` entirely in v0.4.0.
|