You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Silently delete and recreate the database file, data will be erased, but instability and crashing will be avoided
27
27
VOKMigrationFailureOptionWipeRecovery,
28
28
/// Same as VOKMigrationFailureOptionWipeRecoveryAndAlert, but will also notify the user that data has been erased via an on screen alert. NOTE: not yet implemented on OS X
29
-
VOKMigrationFailureOptionWipeRecoveryAndAlert,
29
+
VOKMigrationFailureOptionWipeRecoveryAndAlert__deprecated_enum_msg("This option will be removed in Vokoder 4.0"),
30
30
};
31
31
32
32
/// The action block for asynchronous writing to a temporary context.
0 commit comments