Compare commits
1 Commits
82d045d4df
...
8c7ecc1b14
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c7ecc1b14 |
@@ -140,7 +140,7 @@ Container {
|
|||||||
if (latestNotification != null && Hyprland.focusedMonitor == monitor) {
|
if (latestNotification != null && Hyprland.focusedMonitor == monitor) {
|
||||||
if (root.latestNotification.lastGeneration == false) {
|
if (root.latestNotification.lastGeneration == false) {
|
||||||
root.state = "notified";
|
root.state = "notified";
|
||||||
notificationViewTimer.start();
|
notificationViewTimer.restart();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -34,9 +34,11 @@ Item {
|
|||||||
StyledText {
|
StyledText {
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
|
maximumLineCount: 2
|
||||||
text: root.body
|
text: root.body
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
width: root.width - 20
|
width: root.width - 20
|
||||||
|
wrapMode: Text.WordWrap
|
||||||
|
|
||||||
font {
|
font {
|
||||||
pointSize: 10
|
pointSize: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user