cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
7 lines
123 B
QML
7 lines
123 B
QML
import org.kde.kirigami as Kirigami
|
|
|
|
Kirigami.Icon {
|
|
source: "this-icon-does-not-exist"
|
|
fallback: "view-refresh"
|
|
}
|