auto-sync
This commit is contained in:
parent
5bf5c70c11
commit
676a33ac9a
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
After Width: | Height: | Size: 942 B |
Binary file not shown.
After Width: | Height: | Size: 933 B |
Binary file not shown.
After Width: | Height: | Size: 911 B |
|
@ -32,7 +32,7 @@ import static com.rusefi.ui.storage.PersistentConfiguration.getConfig;
|
|||
* @see com.rusefi.StartupFrame
|
||||
*/
|
||||
public class Launcher {
|
||||
public static final int CONSOLE_VERSION = 20150708;
|
||||
public static final int CONSOLE_VERSION = 20150711;
|
||||
public static final boolean SHOW_STIMULATOR = false;
|
||||
private static final String TAB_INDEX = "main_tab";
|
||||
protected static final String PORT_KEY = "port";
|
||||
|
|
|
@ -50,16 +50,16 @@ public class RecentCommands {
|
|||
COMMAND_ICONS.put(STOPENGINE, UiUtils.loadIcon("stop.jpg"));
|
||||
ImageIcon infoIcon = UiUtils.loadIcon("info.png");
|
||||
COMMAND_ICONS.put(SHOWCONFIG, infoIcon);
|
||||
COMMAND_ICONS.put(HELP, infoIcon);
|
||||
COMMAND_ICONS.put(HELP, UiUtils.loadIcon("help.jpg"));
|
||||
COMMAND_ICONS.put(ANALOGINFO, infoIcon);
|
||||
COMMAND_ICONS.put(TRIGGERINFO, infoIcon);
|
||||
COMMAND_ICONS.put(TRIGGERINFO, UiUtils.loadIcon("trigger.jpg"));
|
||||
COMMAND_ICONS.put(IDLEINFO, infoIcon);
|
||||
COMMAND_ICONS.put(ALTINFO, infoIcon);
|
||||
COMMAND_ICONS.put(ALTINFO, UiUtils.loadIcon("alternator.jpg"));
|
||||
COMMAND_ICONS.put(ACCELINFO, infoIcon);
|
||||
COMMAND_ICONS.put(TSINFO, infoIcon);
|
||||
COMMAND_ICONS.put(FUELINFO, infoIcon);
|
||||
COMMAND_ICONS.put(TEMPINFO, infoIcon);
|
||||
COMMAND_ICONS.put(HIPINFO, infoIcon);
|
||||
COMMAND_ICONS.put(HIPINFO, UiUtils.loadIcon("knock.jpg"));
|
||||
COMMAND_ICONS.put(SDINFO, infoIcon);
|
||||
COMMAND_ICONS.put(FSIOINFO, infoIcon);
|
||||
COMMAND_ICONS.put(PINS, infoIcon);
|
||||
|
|
Loading…
Reference in New Issue