Skip to content

Commit 638a3c7

Browse files
committed
Hotfix: instance buttons were disabled due to wrong default state
1 parent cbbc39e commit 638a3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/instance.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ pub struct Instance {
7272

7373
#[derive(Debug, Clone, Default)]
7474
pub enum InstanceState {
75-
#[default]
7675
Playing,
7776
Working(Progress),
77+
#[default]
7878
Ready,
7979
}
8080

0 commit comments

Comments
 (0)