#118 fix
This commit is contained in:
@@ -288,6 +288,8 @@ class ServerProvider extends ChangeNotifier {
|
||||
|
||||
if (s.state != ServerState.finished) {
|
||||
_setServerState(s, ServerState.finished);
|
||||
} else {
|
||||
notifyListeners();
|
||||
}
|
||||
// reset try times only after prepared successfully
|
||||
_limiter.reset(sid);
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
class BuildData {
|
||||
static const String name = "ServerBox";
|
||||
static const int build = 460;
|
||||
static const int build = 461;
|
||||
static const String engine = "3.10.6";
|
||||
static const String buildAt = "2023-08-10 18:10:04.385080";
|
||||
static const int modifications = 5;
|
||||
static const String buildAt = "2023-08-11 11:41:48.137847";
|
||||
static const int modifications = 6;
|
||||
}
|
||||
|
||||
@@ -111,13 +111,13 @@ class _HomePageState extends State<HomePage>
|
||||
super.build(context);
|
||||
final actions = <Widget>[
|
||||
IconButton(
|
||||
icon: const Icon(Icons.developer_mode, size: 23),
|
||||
tooltip: _s.debug,
|
||||
onPressed: () => AppRoute(
|
||||
const DebugPage(),
|
||||
'Debug Page',
|
||||
).go(context),
|
||||
),
|
||||
icon: const Icon(Icons.developer_mode, size: 23),
|
||||
tooltip: _s.debug,
|
||||
onPressed: () => AppRoute(
|
||||
const DebugPage(),
|
||||
'Debug Page',
|
||||
).go(context),
|
||||
),
|
||||
];
|
||||
if (isDesktop && _selectIndex.value == AppTab.server.index) {
|
||||
actions.add(
|
||||
|
||||
Reference in New Issue
Block a user