Changed questions, added export.

This commit is contained in:
Raktbastr 2026-01-23 15:52:29 -06:00
parent a83bf0d533
commit 78618aed9a
8 changed files with 277 additions and 173 deletions

View file

@ -56,7 +56,7 @@ class _SettingsPageState extends State<SettingsPage> {
controller: _urlController,
decoration: const InputDecoration(
labelText: 'URL',
hintText: 'https://laserscouter.halfheart.net/',
hintText: 'https://laserproxy.halfheart.net/',
border: OutlineInputBorder(),
focusedBorder: OutlineInputBorder(
borderSide: BorderSide(color: Color.fromARGB(255, 19, 81, 179)),
@ -64,7 +64,7 @@ class _SettingsPageState extends State<SettingsPage> {
),
onChanged: (value) {
if (value.isEmpty) {
proxyURL = "https://laserscouter.halfheart.net/";
proxyURL = "https://laserproxy.halfheart.net/";
}
else {
proxyURL = value;