Add only one interrogation mark in settings menu
This commit is contained in:
		| @@ -64,7 +64,8 @@ class SettingsMenuDisplay(MenuDisplay): | |||||||
|     @property |     @property | ||||||
|     def values(self) -> List[str]: |     def values(self) -> List[str]: | ||||||
|         return [a[1][1] + (" : " |         return [a[1][1] + (" : " | ||||||
|                 + ("?" if self.menu.waiting_for_key else a[1][0]) |                 + ("?" if self.menu.waiting_for_key | ||||||
|  |                     and a == self.menu.validate() else a[1][0]) | ||||||
|             if a[1][0] else "") for a in self.menu.values] |             if a[1][0] else "") for a in self.menu.values] | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user