overlay: recorder: make open folder button work with custom path

This commit is contained in:
end-4
2025-11-07 22:13:56 +01:00
parent 229c9d5e78
commit 994985ecae
@@ -76,7 +76,7 @@ StyledOverlayWidget {
colRipple: Appearance.colors.colLayer3Active
onClicked: {
GlobalStates.overlayOpen = false;
Qt.openUrlExternally(Directories.videos);
Qt.openUrlExternally(`file://${Config.options.screenRecord.savePath}`);
}
contentItem: Row {
anchors.centerIn: parent