* GUI: improved cards auto-sorting in deck editor, fixed some sorting bugs for separate mode (#7789);

This commit is contained in:
Oleg Agafonov 2021-06-28 00:39:26 +04:00
parent 2ab78b9f03
commit 67ee6fbf25
2 changed files with 67 additions and 20 deletions

View file

@ -239,7 +239,7 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
RepositoryUtil.bootstrapLocalDb();
// re-create database on empty (e.g. after new build cleaned db on startup)
if (RepositoryUtil.CARD_DB_RECREATE_BY_CLIENT_SIDE && RepositoryUtil.isDatabaseEmpty()) {
LOGGER.info("DB: creating cards database...");
LOGGER.info("DB: creating cards database (it can take few minutes)...");
CardScanner.scan();
LOGGER.info("Done.");
}