Debug function to clear watched sources
This commit is contained in:
parent
972716d884
commit
982f4d6a97
1 changed files with 4 additions and 0 deletions
|
|
@ -380,4 +380,8 @@ object DebugFunctions {
|
|||
)
|
||||
}
|
||||
}
|
||||
|
||||
fun unwatchAllSources() {
|
||||
prefs.latestTabSources().delete()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue