forked from Shinonome/dots-hyprland
6 lines
70 B
QML
6 lines
70 B
QML
import QtQuick
|
|
|
|
Rectangle {
|
|
radius: Math.min(width, height) / 2
|
|
}
|