Add version information to the webhook
This commit is contained in:
parent
ec1f894809
commit
98b1d0c9e4
5 changed files with 16 additions and 3 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue