Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ebdd1161 authored by Raj Khemani's avatar Raj Khemani
Browse files

fix(ui): fixheader styling and gate local choice with debug keyword

parent 77ab2c21
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -35,7 +35,6 @@ button.next:disabled {
  position: fixed;
  position: fixed;
  width: 100%;
  width: 100%;
  z-index: 1200;
  z-index: 1200;
  background: var(--white);
}
}
#top-banner {
#top-banner {
  background: var(--top-banner-color);
  background: var(--top-banner-color);
+1 −1
Original line number Original line Diff line number Diff line
@@ -17,7 +17,7 @@ export default class ViewManager {
    this.ErrorManager = ErrorManager;
    this.ErrorManager = ErrorManager;
    this.controller = new Controller();
    this.controller = new Controller();
    this.downloadChoiceEnabled =
    this.downloadChoiceEnabled =
      new URLSearchParams(window.location.search).get("download") === "0";
      new URLSearchParams(window.location.search).get("debug") === "1";
    this.controller.setDownloadChoiceEnabled(this.downloadChoiceEnabled);
    this.controller.setDownloadChoiceEnabled(this.downloadChoiceEnabled);
    await this.controller.init(this);
    await this.controller.init(this);
    this.translationManager = new TranslationManager();
    this.translationManager = new TranslationManager();