mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Merge branch 'master' of github.com:Ultimaker/Cura
This commit is contained in:
commit
c195928c09
1 changed files with 0 additions and 1 deletions
|
@ -342,7 +342,6 @@ class CuraApplication(QtApplication):
|
|||
|
||||
@pyqtSlot(str, result = QUrl)
|
||||
def getDefaultPath(self, key):
|
||||
#return QUrl.fromLocalFile(os.path.expanduser("~/"))
|
||||
default_path = Preferences.getInstance().getValue("local_file/%s" % key)
|
||||
return QUrl.fromLocalFile(default_path)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue