mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Also open data folder when opening Resources folder
So now it opens two folders. It could be slightly more annoying to some but usually it's much more useful. Fixes #1490.
This commit is contained in:
parent
ec9fb76974
commit
b33bbde2bb
1 changed files with 3 additions and 0 deletions
|
@ -878,6 +878,9 @@ UM.MainWindow
|
||||||
path = path.replace(/\\/g,"/");
|
path = path.replace(/\\/g,"/");
|
||||||
}
|
}
|
||||||
Qt.openUrlExternally(path);
|
Qt.openUrlExternally(path);
|
||||||
|
if(Qt.platform.os == "linux") {
|
||||||
|
Qt.openUrlExternally(UM.Resources.getPath(UM.Resources.Resources, ""));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue