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
This update introduces a QOL update to the design, typo, and bug fixes.
- Cant delete QR files
-Ram spikes
-Account list not syncing after core account change
company branding removed
varselection=MessageBox.Show("A new Database will be created in the folder: "+path,Application.ProductName,MessageBoxButtons.CancelTryContinue,MessageBoxIcon.Question);
185
+
varselection=MessageBox.Show("A new Database will be created in the folder: "+path,Application.ProductName,MessageBoxButtons.CancelTryContinue,MessageBoxIcon.Question,MessageBoxDefaultButton.Button3);
0 commit comments