Allow the directory entries in the main menu to work even on the disclaimer screen. #3
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: williamjcm/MassBuilderSaveTool#3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Similarly to #2, I need to move some
std::string
s fromProfileManager
andMassManager
toSaveTool
.Now, the first two classes will store
const std::string&
s, which hopefully shouldn't break anything.Done in
241f5b754d
,688e61b9ae
, ande2d473da44
.