mirror of
https://github.com/thewesker/lazy-dsi-file-downloader.git
synced 2025-12-20 12:31:11 -05:00
Merge pull request #7 from Rossolson/patch-1
Update help text in main.py
This commit is contained in:
2
main.py
2
main.py
@@ -351,7 +351,7 @@ def start():
|
|||||||
|
|
||||||
|
|
||||||
def chooseDir(source,SDentry):
|
def chooseDir(source,SDentry):
|
||||||
source.sourceFolder = filedialog.askdirectory(parent=source, initialdir= "/", title='Please select the directory of your SD card')
|
source.sourceFolder = filedialog.askdirectory(parent=source, initialdir= "/", title='Please select the root directory of your SD card')
|
||||||
SDentry.delete(0, tkinter.END)
|
SDentry.delete(0, tkinter.END)
|
||||||
SDentry.insert(0, source.sourceFolder)
|
SDentry.insert(0, source.sourceFolder)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user