Skip to content

Commit c1cc3d4

Browse files
jmmarananmmstick
authored andcommitted
fix: apply hint for maximized screen
1 parent f5c0880 commit c1cc3d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/window.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,7 @@ export class ShellWindow {
331331
show_border() {
332332
if (this.stack === null && this.ext.settings.active_hint()) {
333333
let border = this.border;
334-
if (!this.is_maximized() &&
335-
!this.meta.is_fullscreen() &&
334+
if (!this.meta.is_fullscreen() &&
336335
!this.meta.minimized &&
337336
this.same_workspace()) {
338337
border.show();

0 commit comments

Comments
 (0)