-
Notifications
You must be signed in to change notification settings - Fork 70
UI Alterations & APPDATA Reflection #218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,7 +21,7 @@ namespace YimMenu | |
| { | ||
| static DWORD Main(void*) | ||
| { | ||
| const auto documents = std::filesystem::path(std::getenv("appdata")) / "HorseMenu"; | ||
| const auto documents = std::filesystem::path(std::getenv("appdata")) / "Terminus"; | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Kinda misleading having it named documents and it being in appdata, i think we should actually move this to documents.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This would make sense. I am fine with appdata but if we are going to migrate anyway we might aswell move it now.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I think this would be a good idea, would make it easier for people to locate the Terminus folder |
||
| FileMgr::Init(documents); | ||
|
|
||
| LogHelper::Init("Terminus", FileMgr::GetProjectFile("./cout.log")); | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.