mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 16:07:26 -04:00
WizardModeSelection: optional 'Portable mode' feature support
This commit is contained in:
@@ -78,6 +78,8 @@
|
||||
|
||||
#if defined(Q_OS_WIN)
|
||||
#include <QOpenGLContext>
|
||||
#elif defined(Q_OS_MACOS)
|
||||
#include "qt/macoshelper.h"
|
||||
#endif
|
||||
|
||||
#ifdef WITH_SCANNER
|
||||
@@ -323,6 +325,10 @@ Verify update binary using 'shasum'-compatible (SHA256 algo) output signed by tw
|
||||
// start listening
|
||||
QTimer::singleShot(0, ipc, SLOT(bind()));
|
||||
|
||||
#if defined(Q_OS_MACOS)
|
||||
QDir::setCurrent(QDir(MacOSHelper::bundlePath() + QDir::separator() + "..").canonicalPath());
|
||||
#endif
|
||||
|
||||
// screen settings
|
||||
// Mobile is designed on 128dpi
|
||||
qreal ref_dpi = 128;
|
||||
|
||||
Reference in New Issue
Block a user