Better Button Spacing

This commit is contained in:
Adrian Scillato 2019-12-25 22:13:17 -03:00 committed by GitHub
parent aa155f9a52
commit 96842eed73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1695,7 +1695,7 @@ void HandleWifiConfiguration(void)
if (WifiIsInManagerMode()) {
#ifndef FIRMWARE_MINIMAL
WSContentSpaceButton(BUTTON_RESTORE);
WSContentSpaceButton(BUTTON_RESET_CONFIGURATION);
WSContentButton(BUTTON_RESET_CONFIGURATION);
#endif // FIRMWARE_MINIMAL
WSContentSpaceButton(BUTTON_RESTART);
} else {