mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 20:06:02 +02:00
Remove alert for route remapping on hardware change.
This commit is contained in:
parent
af8d0dc280
commit
6f4204ca5b
1 changed files with 0 additions and 4 deletions
|
@ -246,10 +246,6 @@ function checkHardware() {
|
||||||
print('Setting mapping for new controller hardware:', newHardware);
|
print('Setting mapping for new controller hardware:', newHardware);
|
||||||
if (clickMapToggle) {
|
if (clickMapToggle) {
|
||||||
clickMapToggle.setState(false);
|
clickMapToggle.setState(false);
|
||||||
// FIX SYSTEM BUG: This does not work when hardware changes.
|
|
||||||
Window.alert("This isn't likely to work because of " +
|
|
||||||
'https://app.asana.com/0/26225263936266/118428633439654\n' +
|
|
||||||
"You'll probably need to restart interface.");
|
|
||||||
}
|
}
|
||||||
hardware = newHardware;
|
hardware = newHardware;
|
||||||
if (clickMappings[hardware]) {
|
if (clickMappings[hardware]) {
|
||||||
|
|
Loading…
Reference in a new issue