diff --git a/backend/FwLite/FwLiteDesktop/MainPage.xaml.cs b/backend/FwLite/FwLiteDesktop/MainPage.xaml.cs index 62fdae7a6..c4e45f04d 100644 --- a/backend/FwLite/FwLiteDesktop/MainPage.xaml.cs +++ b/backend/FwLite/FwLiteDesktop/MainPage.xaml.cs @@ -55,7 +55,6 @@ public MainPage(IOptionsMonitor options, ILogger lo private void NavigationSuccess() { webView.IsVisible = true; - //not currently working if (_environment.IsDevelopment()) { _logger.LogInformation("Enabling dev mode in browser"); diff --git a/backend/FwLite/LocalWebApp/appsettings.json b/backend/FwLite/LocalWebApp/appsettings.json index 6c9c73606..8171300d2 100644 --- a/backend/FwLite/LocalWebApp/appsettings.json +++ b/backend/FwLite/LocalWebApp/appsettings.json @@ -9,8 +9,6 @@ }, "AllowedHosts": "*", "LcmCrdt": { - // this is a comment because it starts with // - // uncomment the following line to set the path where sqlite files are loaded and saved. // by default windows uses AppData\Local\SIL\FwLiteDesktop //"ProjectPath": "" diff --git a/frontend/viewer/src/lib/layout/ViewOptionsDrawer.svelte b/frontend/viewer/src/lib/layout/ViewOptionsDrawer.svelte index c8a42f99b..d10824421 100644 --- a/frontend/viewer/src/lib/layout/ViewOptionsDrawer.svelte +++ b/frontend/viewer/src/lib/layout/ViewOptionsDrawer.svelte @@ -83,7 +83,7 @@ - {:else if !isUploaded && !server.loggedIn} + {:else if $projectServer && !isUploaded && !server.loggedIn} {/if}