phcode-dev / phoenix

Phoenix is a modern open-source Code Editor for the web, built for the browser.
https://phcode.io
GNU Affero General Public License v3.0
1.78k stars 124 forks source link

Disabling "Show This Dialogue On Startup" not working #1871

Open zhaolinlau opened 1 month ago

zhaolinlau commented 1 month ago

Describe the bug

I've disabled the "Show This Dialogue On Startup" but it will still being shown on startup

image

Reproduction

No response

Expected behavior

No response

OS, Browser and Phoenix versions

OS: Windows 11 device: desktop Version: 3.9.4

logs or debug stack trace if any

No response

Additional context

No response

abose commented 1 month ago

@zhaolinlau Thanks for reporting. I am unable to reproduce this issue. So you have to unselect that option, close the app and relaunch again for it to take effect. Can you give exact steps to repro the issue.

zhaolinlau commented 1 month ago

@abose

https://github.com/user-attachments/assets/239af862-2d52-4aad-8d1b-4d6fb7f04073

abose commented 1 month ago

@zhaolinlau I understood the issue now, When there is no project loaded and the default project folder is also not present(most likeley deleted), the new project dialog will always appear as Phoenix Code requires some project folder to be open.

So, just open any project folder in your pc with the open folder option and the dialog should not come after that.