overlay: add recorder widget

This commit is contained in:
end-4
2025-11-06 23:02:21 +01:00
parent 1a4b4b8bef
commit bf70be7f4a
5 changed files with 137 additions and 6 deletions
@@ -7,7 +7,8 @@ Singleton {
readonly property list<var> availableWidgets: [
{ identifier: "crosshair", materialSymbol: "point_scan" },
{ identifier: "volumeMixer", materialSymbol: "volume_up" }
{ identifier: "volumeMixer", materialSymbol: "volume_up" },
{ identifier: "recorder", materialSymbol: "screen_record" },
]
readonly property bool hasPinnedWidgets: root.pinnedWidgetIdentifiers.length > 0