sharkwouter / minigalaxy

A simple GOG client for Linux
https://sharkwouter.github.io/minigalaxy/
GNU General Public License v3.0
1.1k stars 71 forks source link

Check disk space in the nearest existing directory #577

Closed Unrud closed 1 year ago

Unrud commented 1 year ago

Description

Check the available disk space in the nearest existing directory, instead of the parent directory. Fixes #448

Checklist

Unrud commented 1 year ago

I approached the issue from another angle and replaced the call of check_diskspace(..., config.install_dir) instead.

sharkwouter commented 1 year ago

Thanks!