dotfiles/config/atom/init.cson

5 lines
196 B
Plaintext
Raw Normal View History

2019-05-05 23:13:17 +02:00
# Fix Window not being shown when starting up maximized
# https://github.com/atom/atom/issues/19066
if atom.applicationDelegate.isWindowMaximized()
atom.applicationDelegate.unmaximizeWindow()