some updates, rebranding

This commit is contained in:
DenioD
2019-10-26 23:16:41 +02:00
parent 84c3c45c78
commit 3f9fd047fd
5 changed files with 22 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ MainWindow::MainWindow(QWidget *parent) :
ui->setupUi(this);
logger = new Logger(this, QDir(QStandardPaths::writableLocation(QStandardPaths::AppDataLocation)).filePath("./komodo/HUSH3/silentdragonlite-debug.log"));
logger = new Logger(this, QDir(QStandardPaths::writableLocation(QStandardPaths::AppDataLocation)).filePath("silentdragonlite-cli-wallet.log"));
// Status Bar
setupStatusBar();