File tree 1 file changed +4
-10
lines changed
1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -339,16 +339,10 @@ func (w *linuxWebviewWindow) handleKeyEvent(acceleratorString string) {
339
339
}
340
340
341
341
// SetMinimiseButtonState is unsupported on Linux
342
- func (w * linuxWebviewWindow ) SetMinimiseButtonState (state ButtonState ) Window {
343
- return w
344
- }
342
+ func (w * linuxWebviewWindow ) setMinimiseButtonState (state ButtonState ) {}
345
343
346
344
// SetMaximiseButtonState is unsupported on Linux
347
- func (w * linuxWebviewWindow ) SetMaximiseButtonState (state ButtonState ) Window {
348
- return w
349
- }
345
+ func (w * linuxWebviewWindow ) setMaximiseButtonState (state ButtonState ) {}
350
346
351
- // SetFullscreenButtonState is unsupported on Linux
352
- func (w * linuxWebviewWindow ) SetCloseButtonState (state ButtonState ) Window {
353
- return w
354
- }
347
+ // SetCloseButtonState is unsupported on Linux
348
+ func (w * linuxWebviewWindow ) setCloseButtonState (state ButtonState ) {}
You can’t perform that action at this time.
0 commit comments