Reset tips only in debug

This commit is contained in:
Lumaa 2024-02-11 18:43:58 +01:00
parent 8f7bdc5d63
commit c37947ea66

View File

@ -13,7 +13,9 @@ struct ThreadedApp: App {
HapticManager.prepareHaptics()
}
.task {
// Tips.showAllTipsForTesting()
#if DEBUG
Tips.showAllTipsForTesting()
#endif
try? Tips.configure([
.displayFrequency(.immediate),