Browse Source

chore: properly closing theme-switcher dialog

Co-authored-by: Shariq Ansari <30859809+shariquerik@users.noreply.github.com>
version-14
Khimendrapal Solanki 3 years ago
committed by GitHub
parent
commit
b8487cd601
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/public/js/frappe/ui/theme_switcher.js

+ 1
- 1
frappe/public/js/frappe/ui/theme_switcher.js View File

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

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



Loading…
Cancel
Save