mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 04:57:23 +00:00
logs
This commit is contained in:
@@ -12,6 +12,8 @@ import 'package:pixes/utils/io.dart';
|
||||
import 'package:pixes/utils/translation.dart';
|
||||
import 'package:url_launcher/url_launcher_string.dart';
|
||||
|
||||
import 'logs.dart';
|
||||
|
||||
class SettingsPage extends StatefulWidget {
|
||||
const SettingsPage({super.key});
|
||||
|
||||
@@ -177,6 +179,12 @@ class _SettingsPageState extends State<SettingsPage> {
|
||||
onPressed: () =>
|
||||
launchUrlString("https://t.me/pica_group"),
|
||||
)),
|
||||
buildItem(
|
||||
title: "Logs",
|
||||
action: IconButton(
|
||||
icon: const Icon(MdIcons.open_in_new, size: 18,),
|
||||
onPressed: () => context.to(() => const LogsPage())
|
||||
)),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user