mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 19:38:48 +03:00
Remove debug label
This commit is contained in:
parent
05e36dd007
commit
8f700e1210
1 changed files with 0 additions and 5 deletions
|
@ -81,11 +81,6 @@ Window {
|
|||
play: !Settings.animateImagesOnHover || mouseArea.hovered
|
||||
eventId: imageOverlay.eventId
|
||||
}
|
||||
Text {
|
||||
anchors.centerIn: parent
|
||||
text: "Orig width: " + imageOverlay.proportionalHeight
|
||||
}
|
||||
|
||||
|
||||
onScaleChanged: {
|
||||
if (scale > 10) scale = 10;
|
||||
|
|
Loading…
Reference in a new issue