Skip to content

Commit

Permalink
[Fix] Fix deploy folder not saving
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Dec 1, 2017
1 parent 55e52cc commit 1d0f838
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configmanager/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ def setprojectfolders(self, folders):

def update_deploy_path(self, text):
roam.config.settings["publish"] = {"path": text}
roam.config.save()

0 comments on commit 1d0f838

Please sign in to comment.