mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-08-03 01:00:14 +08:00
@@ -1,5 +1,6 @@
|
||||
import 'dart:io' show Platform;
|
||||
|
||||
import 'package:PiliPlus/common/widgets/scaffold/simple_scaffold.dart';
|
||||
import 'package:PiliPlus/common/widgets/selection_text.dart';
|
||||
import 'package:PiliPlus/http/browser_ua.dart';
|
||||
import 'package:PiliPlus/main.dart';
|
||||
@@ -75,9 +76,8 @@ class _WebviewPageState extends State<WebviewPage> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
if (Platform.isLinux) {
|
||||
return Scaffold(
|
||||
return SimpleScaffold(
|
||||
appBar: AppBar(),
|
||||
resizeToAvoidBottomInset: false,
|
||||
body: Center(
|
||||
child: TextButton(
|
||||
onPressed: () => PageUtils.launchURL(_url),
|
||||
|
||||
Reference in New Issue
Block a user