Skip to content

Refactor setting initial files view path

Jack Hill requested to merge jackh/elisa:refactor-files-path-setting into master

Reason for the change

Now set it as a Q_PROPERTY so the initial path can be updated during runtime, instead of being set at startup

Test plan

  1. Open files view
  2. Change initial files view path in settings dialog
  3. Re-open files view

Now opens the the newly set file path.

Merge request reports