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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
frappe/public/js/frappe/ui/theme_switcher.js
|
|
@@ -138,7 +138,7 @@ frappe.ui.ThemeSwitcher = class ThemeSwitcher { |
|
|
|
} |
|
|
|
|
|
|
|
hide() { |
|
|
|
frappe.ui.hide_open_dialog(); |
|
|
|
this.dialog.hide(); |
|
|
|
} |
|
|
|
}; |
|
|
|
|
|
|
|