Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

psst-gui, Windows: Is this normal? First-launch results in settings #34

Closed
IngwiePhoenix opened this issue Feb 17, 2021 · 4 comments
Closed
Labels
bug Something isn't working

Comments

@IngwiePhoenix
Copy link

I just git clone --recursive'd this repository and ran cargo build on 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.

image

Did I skip a step somewhere?

@Kesefon
Copy link
Contributor

Kesefon commented Feb 19, 2021

The Save button seems to be missing on Windows.
psst3

A workaround is to manually create the config file at
C:\Users\<username>\AppData\Roaming\Psst\config.json
with this content:
{ "username": "Kesefon", "password": "password123" }

Originally posted by @Kesefon in #3 (comment)

A proper fix would be to make the window larger.

@jpochyla
Copy link
Owner

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 jpochyla added the bug Something isn't working label Feb 23, 2021
@jpochyla
Copy link
Owner

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
Copy link
Owner

Should be fixed in 0bb5258, I haven't tested on windows, though. Please reopen in case of any similar issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants