We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a90ed1 commit 989a8bdCopy full SHA for 989a8bd
source/main.cpp
@@ -91,7 +91,7 @@ class FastCFWSwitchOverlay : public tsl::Overlay {
91
const bool is_erista = hardware_type == 0 || hardware_type == 1;
92
if(!is_erista) {
93
// unsupported Switch model, show error
94
- return initially<FastCFWSwitchErrorGui>("This Switch model is not supported\nReboot to payload is only possible\n\non an Erista Switch");
+ return initially<FastCFWSwitchErrorGui>("This Switch model is not supported\n\nReboot to payload is only possible\non an Erista Switch");
95
} else {
96
// create main GUI with payload selection
97
return initially<FastCFWSwitchGui>();
0 commit comments