mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-07 05:59:02 +00:00
extension screenshots
This commit is contained in:
parent
d3b444827a
commit
0c18f19dac
@ -79,6 +79,8 @@ module.exports = (store) => {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
if (!buttons.insert.includes('alwaysontop')) browser.setAlwaysOnTop(false);
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
for (let btn of buttons.insert) {
|
for (let btn of buttons.insert) {
|
||||||
buttons.element.innerHTML += `<button class="window-button" id="btn-${btn}">${await buttons.icons[
|
buttons.element.innerHTML += `<button class="window-button" id="btn-${btn}">${await buttons.icons[
|
||||||
|
Loading…
Reference in New Issue
Block a user