forked from Shinonome/dots-hyprland
overlay: recorder: make open folder button work with custom path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user