mirror of
https://github.com/Huntereb/Awoo-Installer
synced 2025-02-16 19:58:23 +00:00
Remove mention of "http only" because this is a lie
This commit is contained in:
parent
75fac5f1c9
commit
da0eb44b84
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
#include <filesystem>
|
||||
#include <switch.h>
|
||||
#include "ui/MainApplication.hpp"
|
||||
#include "ui/mainPage.hpp"
|
||||
#include "ui/netInstPage.hpp"
|
||||
|
@ -52,8 +53,8 @@ namespace inst::ui {
|
|||
rc = swkbdCreate(&kbd, 0);
|
||||
if (R_SUCCEEDED(rc)) {
|
||||
swkbdConfigMakePresetDefault(&kbd);
|
||||
swkbdConfigSetGuideText(&kbd, "Enter the location of a NSP! URL must be HTTP.");
|
||||
swkbdConfigSetInitialText(&kbd, "http://");
|
||||
swkbdConfigSetGuideText(&kbd, "Enter the Internet address of a NSP file");
|
||||
swkbdConfigSetInitialText(&kbd, "https://");
|
||||
rc = swkbdShow(&kbd, tmpoutstr, sizeof(tmpoutstr));
|
||||
swkbdClose(&kbd);
|
||||
if (R_SUCCEEDED(rc) && tmpoutstr[0] != 0) {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include <filesystem>
|
||||
#include <switch.h>
|
||||
#include "ui/MainApplication.hpp"
|
||||
#include "ui/mainPage.hpp"
|
||||
#include "ui/instPage.hpp"
|
||||
|
|
Loading…
Add table
Reference in a new issue