mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Window state works now
The state is now stored in ~/.atom/.storage/SHA-OF-PATH. It is written to every time it is set.
This commit is contained in:
@@ -38,7 +38,6 @@ beforeEach ->
|
||||
|
||||
window.resetTimeouts()
|
||||
atom.packageStates = {}
|
||||
spyOn(atom, 'saveWindowState')
|
||||
spyOn(atom, 'getSavedWindowState').andReturn(null)
|
||||
$native.setWindowState('')
|
||||
syntax.clearGrammarOverrides()
|
||||
|
||||
Reference in New Issue
Block a user