face-hh / fextify

A simple text editor written in Rust using Tauri, inspired by Obsidian.
Apache License 2.0
197 stars 14 forks source link

Bug fixes. #47

Open GoldenWRaft opened 3 months ago

GoldenWRaft commented 3 months ago
  1. Config file not updating while opening and closing files.
  2. Fixed open file location from static to %USERPROFILE%/Desktop (Only working for windows)
  3. When a name is changed unnecessary updates mitigated
GoldenWRaft commented 3 months ago
  1. Config file not updating while opening and closing files.
  2. Fixed open file location from static to %USERPROFILE%/Desktop (Only working for windows)
  3. When a name is changed unnecessary updates mitigated

@face-hh