ai: code blocks: add save to file button

This commit is contained in:
end-4
2025-05-24 23:18:22 +02:00
parent 7de5f54da2
commit 440d9c6907
3 changed files with 48 additions and 8 deletions
@@ -9,4 +9,5 @@ Singleton {
readonly property string state: StandardPaths.standardLocations(StandardPaths.StateLocation)[0]
readonly property string cache: StandardPaths.standardLocations(StandardPaths.CacheLocation)[0]
readonly property string pictures: StandardPaths.standardLocations(StandardPaths.PicturesLocation)[0]
readonly property string downloads: StandardPaths.standardLocations(StandardPaths.DownloadLocation)[0]
}