diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-06-07 14:39:24 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-06-07 14:39:24 +0300 |
commit | af3f7b2473f1206f1a9ecb429084670cc4661923 (patch) | |
tree | 2bf5e95422d66d7295b5a099f689fddb88f30af5 /src/application.rs | |
parent | 374bd69f6d5aa46ce9b4d7f4f2acb871b1d2426b (diff) | |
download | Furtherance-af3f7b2473f1206f1a9ecb429084670cc4661923.tar.zst |
Button to restart tasks
Diffstat (limited to 'src/application.rs')
-rwxr-xr-x | src/application.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/application.rs b/src/application.rs index 6050af3..ad6ee51 100755 --- a/src/application.rs +++ b/src/application.rs @@ -302,3 +302,4 @@ impl Default for FurtheranceApplication { } } + |