mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
fix: use clicked instead of pressed signal for button clicks
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
455e4de6f3
commit
9ef38171e2
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@
|
|||
<connections>
|
||||
<connection>
|
||||
<sender>closeButton</sender>
|
||||
<signal>pressed()</signal>
|
||||
<signal>clicked()</signal>
|
||||
<receiver>NewsDialog</receiver>
|
||||
<slot>accept()</slot>
|
||||
<hints>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue