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
|
colRipple: Appearance.colors.colLayer3Active
|
||||||
onClicked: {
|
onClicked: {
|
||||||
GlobalStates.overlayOpen = false;
|
GlobalStates.overlayOpen = false;
|
||||||
Qt.openUrlExternally(Directories.videos);
|
Qt.openUrlExternally(`file://${Config.options.screenRecord.savePath}`);
|
||||||
}
|
}
|
||||||
contentItem: Row {
|
contentItem: Row {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
|||||||
Reference in New Issue
Block a user