Skip to content

Commit 649a2d9

Browse files
committed
2 parents 22c65ea + c864e74 commit 649a2d9

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/monitor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ const { height } = windowManager.getPrimaryWindow().getWorkArea();
3535
3636
Gets monitor working area bounds.
3737

38-
- Returns [`Rectangle`](rectangle.md)
38+
Returns [`Rectangle`](rectangle.md)
3939

4040
#### monitor.isPrimary() `Windows`
4141

4242
> NOTE: on macOS this method returns `false` for compatibility.
4343
4444
Whether the monitor is primary.
4545

46-
- Returns `boolean`
46+
Returns `boolean`
4747

4848
#### monitor.getScaleFactor() `Windows`
4949

docs/window-manager.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ The method is required to call before calling the following methods:
2828
- `window.bringToTop`
2929
- `window.getTitle`
3030

31-
- Returns `boolean`
31+
Returns `boolean`
3232

3333
#### windowManager.getActiveWindow() `Windows` `macOS`
3434

35-
- Returns [`Window`](window.md)
35+
Returns [`Window`](window.md)
3636

3737
#### windowManager.getWindows() `Windows` `macOS`
3838

39-
- Returns [`Window[]`](window.md)
39+
Returns [`Window[]`](window.md)
4040

4141
#### windowManager.getMonitors() `Windows`
4242

@@ -58,4 +58,4 @@ Returns:
5858

5959
- [`Window`](window.md)
6060

61-
Emitted when a window has been activated.
61+
Emitted when a window has been activated.

docs/window.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We try to keep this class similar to Electron's known [`BrowserWindow`](https://
1818

1919
#### win.getBounds() `Windows` `macOS`
2020

21-
- Returns [`Rectangle`](#object-rectangle)
21+
Returns [`Rectangle`](#object-rectangle)
2222

2323
#### win.setBounds(bounds: Rectangle) `Windows` `macOS`
2424

@@ -30,7 +30,7 @@ window.setBounds({ height: 50 });
3030

3131
#### win.getTitle() `Windows` `macOS`
3232

33-
- Returns `string`
33+
Returns `string`
3434

3535
#### win.show() `Windows`
3636

@@ -96,4 +96,4 @@ Returns `Window`
9696

9797
- `size` number - can be `16`, `32`, `64` or `256`. By default it's `64`.
9898

99-
Returns a png Buffer
99+
Returns a png Buffer

0 commit comments

Comments
 (0)