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 6c5c050ba3
commit d0cf400146
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()
}
}