Skip to content
  • Rob Swindell's avatar
    Fix free space detection in status window · 7a14dbca
    Rob Swindell authored
    Was using <data_dir>/temp to check for free space. data/temp is
    not a normally created directory, so usually this check would fail
    and just report 0 bytes free space. Instead, lets check the data
    directory itself.
    7a14dbca