overlay: add kurukuru

This commit is contained in:
end-4
2025-11-09 12:58:48 +01:00
parent 8f4190a939
commit baa3c2a773
8 changed files with 142 additions and 15 deletions
@@ -328,6 +328,21 @@ ContentPage {
}
}
ContentSection {
icon: "point_scan"
title: Translation.tr("Overlay: Floating Image")
MaterialTextArea {
Layout.fillWidth: true
placeholderText: Translation.tr("Image source")
text: Config.options.overlay.floatingImage.imageSource
wrapMode: TextEdit.Wrap
onTextChanged: {
Config.options.overlay.floatingImage.imageSource = text;
}
}
}
ContentSection {
icon: "screenshot_frame_2"
title: Translation.tr("Region selector (screen snipping/Google Lens)")