Skip to content

Small metadata + some fixes

Compare
Choose a tag to compare
@speedyfriend433 speedyfriend433 released this 03 Jul 13:18
· 49 commits to main since this release
18fd6c7
  • Fixed access to formattedFileSize using viewModel inside DirectoryView.

  • Updated destinationView to use AnyView for handling different view types.

  • Updated DirectoryView to use performSearch on search button click.

  • Converted posixInt to Int using Int(posixInt) before performing bitwise operations with S_IRUSR, S_IWUSR, and S_IXUSR. (Thx le bao)