feat: add setting for auto-lock fix: fix sideswipe
This commit is contained in:
@@ -242,6 +242,12 @@ abstract class AppLocalizations {
|
||||
/// **'PIN Required'**
|
||||
String get pinRequired;
|
||||
|
||||
/// No description provided for @autoLockOnExit.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Auto-lock on phone lock or app exit'**
|
||||
String get autoLockOnExit;
|
||||
|
||||
/// No description provided for @changePin.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
@@ -506,12 +512,42 @@ abstract class AppLocalizations {
|
||||
/// **'Edit'**
|
||||
String get edit;
|
||||
|
||||
/// No description provided for @editTab.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Edit tab'**
|
||||
String get editTab;
|
||||
|
||||
/// No description provided for @close.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Close'**
|
||||
String get close;
|
||||
|
||||
/// No description provided for @deleteTab.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Delete tab?'**
|
||||
String get deleteTab;
|
||||
|
||||
/// No description provided for @deleteTabDescription.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'This will permanently delete the tab and return all its items to stock.'**
|
||||
String get deleteTabDescription;
|
||||
|
||||
/// No description provided for @couldNotRenameTab.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Could not rename tab.'**
|
||||
String get couldNotRenameTab;
|
||||
|
||||
/// No description provided for @couldNotDeleteTab.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Could not delete tab.'**
|
||||
String get couldNotDeleteTab;
|
||||
|
||||
/// No description provided for @tabItemSummary.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
||||
Reference in New Issue
Block a user