Skip to content

Commit 9e56e5d

Browse files
committed
Show networked drives on Windows
1 parent 490926a commit 9e56e5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tkfilebrowser/filebrowser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def __init__(self, parent, initialdir="", initialfile="", mode="openfile",
327327
wrapper.add_tooltip("recent", _("Recently used"))
328328

329329
# -------- devices
330-
devices = psutil.disk_partitions()
330+
devices = psutil.disk_partitions(all=True if OSNAME == "nt" else False)
331331

332332
for d in devices:
333333
m = d.mountpoint

0 commit comments

Comments
 (0)