Skip to content

disable normal save, save-as only if you're working on default project

mag requested to merge (removed):do_not_override_default_project into master

Behavior: loading the default project (loading the editor up for the first time, or maybe you deleted your last project and the last-pointed-to-path is invalid), will allow you to overwrite the default project on ctrl-s. This is undesireable behavior.

Change: disable normal saving when on default project; instead, save opens up save as only.

Merge request reports