WT 1.1.17 FAQ,

This commit is contained in:
bossanyit
2021-05-15 15:14:07 +02:00
parent ae51cb6716
commit 07868c6b8e
30 changed files with 812 additions and 168 deletions
+5 -1
View File
@@ -46,7 +46,11 @@ enum TrackingEvent {
test_set_edit,
test_set_new,
tutorial_step,
tutorial_finished
tutorial_finished,
tutorial_activate,
terms_of_use,
data_privacy,
faq
}
T enumFromString<T>(Iterable<T> values, String value) {