mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-02-01 15:49:09 +00:00
* feat: add show file path option to settings menu (#4) * feat: implement file path option for file attributes (#10) * feat: implement file path option for file attributes --------- Co-authored-by: Zarko Sesto <sesto@kth.se> * feat: update ui after changing file path setting (#9) * feat: implement file path options for main window (#11) Co-authored-by: Zarko Sesto <sesto@kth.se> * feat: add realtime feedback for setting changes (#13) Co-authored-by: Zarko Sesto <sesto@kth.se> style: formatted code changes with ruff (#16) * tests: Added tests to test file path display and settings menu enhancement: formated using RUFF test: addeded test to check title bar update * fix: move check for file option to correct spot in open_library (#17) * fix: change translate_with_setter to new method (#18) * fix: update call to translator to be inline with upstream (#19) * refactor: update some imports to reflect refactor on upstream (#20) * refactor: update import paths to reflect recent reformat * format: run ruff format * translation: add translations for filepath setting * refactor: store filepath options in integer enum --------- Co-authored-by: RubenSocha <40490633+RubenSocha@users.noreply.github.com> Co-authored-by: ErzaDuNord <102242407+ErzaDuNord@users.noreply.github.com> Co-authored-by: Zarko Sesto <sesto@kth.se> Co-authored-by: BitGatito <usmanbinmujeeb@gmail.com>