mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
add screenshot location
This commit is contained in:
@@ -86,11 +86,11 @@ ContentPage {
|
||||
}
|
||||
|
||||
ContentSection {
|
||||
icon: "screen_record"
|
||||
title: Translation.tr("Screen Recording")
|
||||
icon: "file_open"
|
||||
title: Translation.tr("Save paths")
|
||||
|
||||
ContentSubsection {
|
||||
title: Translation.tr("Save path") + " (example: /home/user/Videos)"
|
||||
title: Translation.tr("Video save path")
|
||||
MaterialTextArea {
|
||||
Layout.fillWidth: true
|
||||
placeholderText: Translation.tr("Path")
|
||||
@@ -101,6 +101,19 @@ ContentPage {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ContentSubsection {
|
||||
title: Translation.tr("Screenshot save path") + " (leave empty to just copy)"
|
||||
MaterialTextArea {
|
||||
Layout.fillWidth: true
|
||||
placeholderText: Translation.tr("Path")
|
||||
text: Config.options.screenSnip.savePath
|
||||
wrapMode: TextEdit.Wrap
|
||||
onTextChanged: {
|
||||
Config.options.screenSnip.savePath = text;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user