mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-11-22 09:43:30 +01:00
removed debug zoom level
This commit is contained in:
parent
62aebe87e1
commit
5208f9a298
1 changed files with 0 additions and 1 deletions
1
main.ts
1
main.ts
|
@ -38,7 +38,6 @@ export class KeepView extends ItemView {
|
||||||
async onload(): Promise<void> {
|
async onload(): Promise<void> {
|
||||||
this.keep = new remote.BrowserView();
|
this.keep = new remote.BrowserView();
|
||||||
await this.keep.webContents.loadURL('https://keep.google.com');
|
await this.keep.webContents.loadURL('https://keep.google.com');
|
||||||
this.keep.webContents.setZoomLevel(0);
|
|
||||||
this.registerInterval(window.setInterval(() => this.update(), 33.33));
|
this.registerInterval(window.setInterval(() => this.update(), 33.33));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue