9q fix#29 Fav Tab parameters limit fix
This commit is contained in:
parent
23b295e979
commit
a368c47661
@ -545,6 +545,9 @@ class ECU:
|
|||||||
for dr in favouriteScreen.datarefs:
|
for dr in favouriteScreen.datarefs:
|
||||||
if pr == dr.name:
|
if pr == dr.name:
|
||||||
favouriteScreen.datarefs.remove(dr)
|
favouriteScreen.datarefs.remove(dr)
|
||||||
|
else:
|
||||||
|
raw_input("\nYou have reached parameters limit. Removing last parameter.")
|
||||||
|
favouriteScreen.datarefs.pop()
|
||||||
clearScreen()
|
clearScreen()
|
||||||
|
|
||||||
def loadFavList(self):
|
def loadFavList(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user