Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
connect initmapnow, refactor button name
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Jun 27, 2020
1 parent 26062f0 commit c0a9a67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion guiscrcpy/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def __init__(self):
self.pushButton.clicked.connect(self.reset)
self.abtgit.clicked.connect(self.launch_web_github)
self.usbaud.clicked.connect(self.launch_usb_audio)
self.mapnow.clicked.connect(self.bootstrap_mapper)
self.initmapnow.clicked.connect(self.bootstrap_mapper)
self.network_button.clicked.connect(self.network_mgr)
self.settings_button.clicked.connect(self.settings_mgr)
# self.devices_view.itemChanged.connect(self.update_rotation_combo_cb)
Expand Down Expand Up @@ -591,6 +591,7 @@ def reset(self):
"Please restart guiscrcpy to reset the settings. "
"guiscrcpy will now exit",
)
QMessageBox.ButtonRole()
message_box.addButton("OK", self.quit_window)
message_box.show()

Expand Down

0 comments on commit c0a9a67

Please sign in to comment.