So here is a way to resetting the window size of Slack.
%APPDATA%\Slack
. The value of %APPDATA%
is something like C:\Users\{username}\AppData\Roaming
.redux-state.json
to edit.Find windowSettings
under state
’s app
. Its value would be like:
\"windowSettings\":{\"size\":[1152,832],\"position\":[384,104],\"isMaximized\":false}
windowSettings
entry above. If you delete only a part of value of windowSettings
, application may crash.With updates of Slack, settings related to window were separated and moved to another location. Here is a way to resetting the window size:
%APPDATA%\Slack\storage
. The value of %APPDATA%
is something like C:\Users\{username}\AppData\Roaming
.slack-windowFrame
to edit.With updates of Slack, settings including window-related ones are merged and moved to another location. Here is a way to resetting the window size:
%APPDATA%\Slack\storage
. The value of %APPDATA%
is something like C:\Users\{username}\AppData\Roaming
.root-state.json
to edit.Find mainWindowSettings
under settings
. Its value would be like:
"mainWindowSettings":{"fullScreen":false,"maximized":false,"bounds":{"x":172,"y":52,"width":1024,"height":768}}
mainWindowSettings
entry above.Keep calm and use Slack!