From 1e2c26157eeb99b3ee46d7561a94babb8c33f5b2 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Mon, 28 Mar 2022 17:45:10 -0400 Subject: [PATCH] Add file dialog improvements --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 588cee5..b9fafd5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -11,6 +11,7 @@
  • ✓ Fixed layout bug that allowed scrolling within window
  • ✓ Optimize dependencies
  • ✓ Numerous code and UI optimizations
  • +
  • ✓ Save as file dialog now opens in the directory of dropped files
  • Finish adding tooltips