Add version information to the webhook

This commit is contained in:
zontreck 2024-11-23 12:54:23 -07:00
parent ec1f894809
commit 98b1d0c9e4
5 changed files with 16 additions and 3 deletions

View file

@ -7,6 +7,8 @@ import 'package:servermanager/pages/Constants.dart';
import 'package:servermanager/structs/credentials.dart';
import 'package:servermanager/structs/settings.dart';
import '../consts.dart';
class HomePage extends StatefulWidget {
Settings settings;
HomePage({super.key, required this.settings});
@ -34,7 +36,8 @@ class HomePageState extends State<HomePage> {
child: Column(
children: [
Icon(Icons.computer),
Text("Conan Exiles Server Manager")
Text("Conan Exiles Mod Manager"),
Text("Version ${Consts.VERSION}")
],
)),
Column(