Debug function to clear watched sources

This commit is contained in:
Jobobby04 2021-09-11 11:48:17 -04:00
parent 972716d884
commit 982f4d6a97

View File

@ -380,4 +380,8 @@ object DebugFunctions {
)
}
}
fun unwatchAllSources() {
prefs.latestTabSources().delete()
}
}