Hey! Is there a way to make Fleet preserve the lay...
# fleet
b
Hey! Is there a way to make Fleet preserve the layout of windows? For example, I always move "Files" tab to be in the right split/tab (see attachment 1), in the top (so the order is: "Files", "Git", "History"). But this doesn't persist between different projects, and even between opens of a single project (see attachment 2).
o
Can you please share the fleet.log (you may call for "Collect Logs..." action and share the whole archive). Unfortunately the issue is not reproduced on my side with fresh Fleet version (1.37.84).
b
Hey Olga, thanks for taking a look at it! I'll try to do it later today
thank you 1
👍🏿 1
p
hey Bartek! The first part of your feedback is going to be fixed in the scope of this one https://youtrack.jetbrains.com/issue/FL-17374 And will be included in the next release. But still, the layout is stored per workspace, so you'll need to set it per each workspace you use, but after Fleet should restore your own on restart.
❤️ 1
b
But still, the layout is stored per workspace, so you'll need to set it per each workspace you use, but after Fleet should restore your own on restart.
I understand. But where is it stored? Then if I want to replicate it in a fast way, I could simply copy that file over to a new workspace:)
p
well, actually it is stored in
/Users/<user_name>/Library/Application Support/JetBrains/Fleet/localStorage/<workspace_folder>/frontend/layout-recovery.4.json
but I really do not recommend re-using the file coz we can't guarantee it works 🤞 You can try, but it can break the layout, do not forget to backup the file with layout cat please
b
😭