Parcourir la source

chore: properly closing theme-switcher dialog

Co-authored-by: Shariq Ansari <30859809+shariquerik@users.noreply.github.com>
version-14
Khimendrapal Solanki il y a 3 ans
committed by GitHub
Parent
révision
b8487cd601
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      frappe/public/js/frappe/ui/theme_switcher.js

+ 1
- 1
frappe/public/js/frappe/ui/theme_switcher.js Voir le fichier

@@ -138,7 +138,7 @@ frappe.ui.ThemeSwitcher = class ThemeSwitcher {
}

hide() {
frappe.ui.hide_open_dialog();
this.dialog.hide();
}
};



Chargement…
Annuler
Enregistrer