Add support for a persistent local 'Select File' path#79
Add support for a persistent local 'Select File' path#79vlouis wants to merge 1 commit intoLibreELEC:masterfrom
Conversation
Save last folder path when using local image file.
|
Please explain what the advantage of this change is, why it's necessary, etc. and show screenshots with the change. You also need to revise the commit message (and perhaps PR subject) to reflect what the change is. Thanks. |
|
Sorry Chewitt, I'm not a "pro" github user. |
|
I'm not a pro either, which is why I like to understand what might be merged :) You need to run |
|
Your change only saves directory but never reads it. Am I missing something? |
|
The value is used, look for "settings.value("preferred/savedir", getDefaultSaveDir())" at "creator.cpp" file. |
Save last folder path when using local image file.