X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot-ui.git;a=blobdiff_plain;f=src%2Fmoonshot-identity-manager-app.vala;h=c4c843756cbacc90423995ba1c8649a23c5ea1b9;hp=5d0fbd5ba2b35c6fb9dc455300452086d9a4a238;hb=c4ddeeb37ca241f5a405818c84de092a19c628d7;hpb=c8fbf25276a386cc00f31096dbfd78d592cbc9db diff --git a/src/moonshot-identity-manager-app.vala b/src/moonshot-identity-manager-app.vala index 5d0fbd5..c4c8437 100644 --- a/src/moonshot-identity-manager-app.vala +++ b/src/moonshot-identity-manager-app.vala @@ -55,6 +55,7 @@ public class IdentityManagerApp { private bool name_is_owned; private bool show_requested; public bool use_flat_file_store {public get; private set;} + public bool headless {public get; private set;} #if OS_MACOS public OSXApplication osxApp; @@ -88,6 +89,8 @@ public class IdentityManagerApp { #endif public IdentityManagerApp(bool headless, bool use_flat_file_store) { + this.headless = headless; + use_flat_file_store |= UserForcesFlatFileStore(); this.use_flat_file_store = use_flat_file_store;