mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Remove background of quick switcher popup
This commit is contained in:
parent
1961312b15
commit
8ebb55623e
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ Popup {
|
|||
timer.start();
|
||||
}
|
||||
|
||||
background: null
|
||||
width: Math.round(parent.width / 2)
|
||||
x: Math.round(parent.width / 2 - width / 2)
|
||||
y: Math.round(parent.height / 4 - height / 2)
|
||||
|
|
Loading…
Reference in a new issue