Skip to content

Commit

Permalink
don't update status page title and decript
Browse files Browse the repository at this point in the history
  • Loading branch information
halfmexican authored Mar 26, 2024
1 parent 68b98cd commit 5e4d85c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Gamepads/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ let [has_next, device] = monitor_iter.next();

while (device !== null) {
console.log("Device:", device.get_name());

status_page.title = _("Controller connected");
status_page.description = "";


// Face and Shoulder Buttons
device.connect("button-press-event", (device, event) => {
console.log(
Expand Down

0 comments on commit 5e4d85c

Please sign in to comment.