mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #34] psst-gui, Windows: Is this normal? First-launch results in settings #26
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @IngwiePhoenix on GitHub (Feb 17, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/34
I just
git clone --recursive'd this repository and rancargo buildon it to get myself started. Unfortunately, it feels like something is missing.Upon launching the app, I only get to see the settings view - and it feels cut off.
Did I skip a step somewhere?
@Kesefon commented on GitHub (Feb 19, 2021):
The Save button seems to be missing on Windows.

A workaround is to manually create the config file at
C:\Users\<username>\AppData\Roaming\Psst\config.jsonwith this content:
{ "username": "Kesefon", "password": "password123" }Originally posted by @Kesefon in https://github.com/jpochyla/psst/issues/3#issuecomment-765464444
A proper fix would be to make the window larger.
@jpochyla commented on GitHub (Feb 23, 2021):
Hi, thanks for the report, sorry about the delay. Unfortunately I develop and test the app only on Mac so far, so these issues pop up from time to time. Fix incoming.
@jpochyla commented on GitHub (Mar 10, 2021):
So! Until we can remove the menus (they are needed right now for copy&paste to work), I'll make the Preferences window size itself by the content, so it will fix this. In the future, we can rid of the menus completely, as they're ugly and useless.
@jpochyla commented on GitHub (Mar 14, 2021):
Should be fixed in
0bb5258, I haven't tested on windows, though. Please reopen in case of any similar issues.