app: put enable-plugins feature as default

This commit is contained in:
jkds
2026-01-08 13:55:46 +01:00
parent 5aeb0b168f
commit 92cbce6df9
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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}");