mirror of
https://github.com/mitchell/selfpass.git
synced 2025-12-15 21:47:23 +00:00
Added new config screen and buttons for navigation
This commit is contained in:
parent
d0505a4a58
commit
af8834f7bd
8 changed files with 267 additions and 84 deletions
|
|
@ -21,4 +21,6 @@ abstract class ConfigRepo {
|
|||
|
||||
Future<void> setConnectionConfig(ConnectionConfig config);
|
||||
Future<ConnectionConfig> get connectionConfig;
|
||||
|
||||
Future<void> deleteAll();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue