Add preference for corner shape

This commit is contained in:
MM20
2022-06-10 20:01:52 +02:00
parent b866d54503
commit 6d5ad8cac2
5 changed files with 66 additions and 18 deletions
@@ -233,6 +233,11 @@ message Settings {
float opacity = 1;
uint32 radius = 2;
uint32 border_width = 3;
Shape shape = 4;
enum Shape {
Rounded = 0;
Cut = 1;
}
}
CardSettings cards = 24;