mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 23:27:56 -05:00
app: put enable-plugins feature as default
This commit is contained in:
@@ -22,7 +22,7 @@ DEBUG_FEATURES = --features=enable-filelog,enable-plugins
|
||||
|
||||
#DEV_FEATURES = --features=enable-filelog,enable-netdebug,emulate-android
|
||||
#DEV_FEATURES = --features=enable-filelog,enable-netdebug,enable-plugins
|
||||
DEV_FEATURES = --features=schema-app
|
||||
DEV_FEATURES = --features=schema-app,enable-plugins
|
||||
|
||||
default: build-release
|
||||
./darkfi-app
|
||||
|
||||
@@ -94,7 +94,7 @@ impl App {
|
||||
screen_density / 2.625
|
||||
};
|
||||
#[cfg(not(target_os = "android"))]
|
||||
let window_scale = 1.2;
|
||||
let window_scale = 1.;
|
||||
|
||||
d!("Setting window scale to {window_scale}");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user