zlepper / GameLoader

An application to easily load and unload games to and from a faster drive
6 stars 1 forks source link

Cant clear settings #10

Closed d0x360 closed 7 years ago

d0x360 commented 9 years ago

If drive letters are changed there is no obvious way to "refresh" the app and start new. Uninstalling doesnt work.

zlepper commented 9 years ago

Ehhm, i don't quite follow, clear what settings?

d0x360 commented 9 years ago

All of them. For example I changed my drive E to D. Ita still showing everything as drive E. There should be a way to empty the game list.

Where does the app store its settings, I'll do it that way. On Oct 9, 2015 3:38 PM, "zlepper" notifications@github.com wrote:

Ehhm, i don't quite follow, clear what settings?

— Reply to this email directly or view it on GitHub https://github.com/zlepper/GameLoader/issues/10#issuecomment-146969480.

zlepper commented 9 years ago

Ohh, it's stored in %appdata%\local I recall. Also I haven't really considered people changing the drive letter without deleting reseting the entire computer.

d0x360 commented 9 years ago

The upgrade to windows 10 can do it. So can doing system restores for some reason. On Oct 9, 2015 3:50 PM, "zlepper" notifications@github.com wrote:

Ohh, it's stored in %appdata%\local I recall. Also I haven't really considered people changing the drive letter without deleting reseting the entire computer.

— Reply to this email directly or view it on GitHub https://github.com/zlepper/GameLoader/issues/10#issuecomment-146972037.

zlepper commented 9 years ago

Right well, I have no good way of detecting it happening, so not much I can do without checking for all the directories' status on startup. Also wouldn't the path get messed up when drive letters change anyway?

But I can look it doing something about it next month. Im all hung up this month.

d0x360 commented 9 years ago

You could just add a reset all button. As for windows pathing there are some things you need to edit but it takes about 5 min and the OS does the rest for you. On Oct 9, 2015 3:55 PM, "zlepper" notifications@github.com wrote:

Right well, I have no good way of detecting it happening, so not much I can do without checking for all the directories' status on startup. Also wouldn't the path get messed up when drive letters change anyway?

But I can look it doing something about it next month. Im all hung up this month.

— Reply to this email directly or view it on GitHub https://github.com/zlepper/GameLoader/issues/10#issuecomment-146972940.