Add "Complete verification" item in the root setting screen.

This commit is contained in:
Benoit Marty 2023-06-30 16:35:09 +02:00 committed by Benoit Marty
parent 7b5d18aef4
commit acec682dee
9 changed files with 46 additions and 9 deletions

View file

@ -32,5 +32,6 @@ interface PreferencesEntryPoint : FeatureEntryPoint {
interface Callback : Plugin {
fun onOpenBugReport()
fun onVerifyClicked()
}
}