mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[IMP] devtools: Add a button to navigate to the doc
This commit adds a button to the devtools navbar which links to the documentation.
This commit is contained in:
committed by
Géry Debongnie
parent
b848a83777
commit
cca4b4bb8e
@@ -618,6 +618,10 @@ export const store = reactive({
|
||||
}
|
||||
browserInstance.storage.local.set({ owl_devtools_dark_mode: this.settings.darkMode });
|
||||
},
|
||||
|
||||
openDocumentation() {
|
||||
browserInstance.runtime.sendMessage({ type: "openDoc" });
|
||||
},
|
||||
});
|
||||
|
||||
// Instantiate the store
|
||||
|
||||
Reference in New Issue
Block a user