mirror of
https://github.com/lumaa-dev/BubbleApp.git
synced 2024-12-29 18:23:24 +01:00
Reset tips only in debug
This commit is contained in:
parent
8f7bdc5d63
commit
c37947ea66
@ -13,7 +13,9 @@ struct ThreadedApp: App {
|
||||
HapticManager.prepareHaptics()
|
||||
}
|
||||
.task {
|
||||
// Tips.showAllTipsForTesting()
|
||||
#if DEBUG
|
||||
Tips.showAllTipsForTesting()
|
||||
#endif
|
||||
|
||||
try? Tips.configure([
|
||||
.displayFrequency(.immediate),
|
||||
|
Loading…
Reference in New Issue
Block a user