mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:19:01 +08: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
@ -878,6 +878,9 @@ UM.MainWindow
|
||||
path = path.replace(/\\/g,"/");
|
||||
}
|
||||
Qt.openUrlExternally(path);
|
||||
if(Qt.platform.os == "linux") {
|
||||
Qt.openUrlExternally(UM.Resources.getPath(UM.Resources.Resources, ""));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user