Gittyup
Gittyup copied to clipboard
File list was disappear on MacOS
I don't remember exact which setting I've changed but the list of commit files was disappear in my PC
I can using up/down arrow for traverse on file list but unable to see it.
The listview is a dockwidget. It is on the right side. Hover the border and the list mouse will convert into arrows. Than just press and move to the left. Then it should appear again
Might be a good first issue to implement a button like for hiding the logs. So it can be easily hidden or not
@Murmele thanks for your instruction but it does't work for me. I've reset Gittyup setting manually by the following steps
-
Close all Gittyup windows
-
Delete all Qt setting files in the
~/Library
directory
-
~/Library/Preferences/com.Murmele.Gittyup.plist
-
~/Library/Preferences/com.github.gittyup.Gittyup.plist
-
Clear preferences cache using command
killall -u $USER cfprefsd
-
After that, Gittyub wil turn into state of the first using and every setting will be reset to default
Might be a good first issue to implement a button like for hiding the logs. So it can be easily hidden or not
Glad to hear that, thanks for your support
Also of note: At least on Windows, the widget's grab area is just one pixel wide, so it's really only feasible to resize the file list back with a maximized window so one can reliably grab it
Also of note: At least on Windows, the widget's grab area is just one pixel wide, so it's really only feasible to resize the file list back with a maximized window so one can reliably grab it
Huge thanks!!! It helped me!
Adding an action to the gear wheel with show/hide "File View" depending if the width is greater 0 or not. I will check it out