Changed questions, added export.
This commit is contained in:
parent
a83bf0d533
commit
78618aed9a
8 changed files with 277 additions and 173 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue