Andrew R
Andrew R
Where are they located?
Session.rs: ```rust use serde::{Deserialize, Serialize}; use std::{ fs, io::{self, Read}, path::PathBuf, }; /// Location: `$DATA_DIR/DesQTA/session.json` fn session_file() -> PathBuf { // e.g. %APPDATA%/DesQTA on Windows, ~/.local/share/DesQTA on Linux/macOS let mut...
> I think this would work better as "Modal Components" with an int representing the phase. Then there can be a separate table for a description of each phase The...
# This PR was meant for the infrastructure for reporting the state of new modal components, not the ones which have them.