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

eframe: Use NativeOptions::app_id for the persistance location #3014

Merged
master from
May 23, 2023

Conversation

emilk
Copy link
Owner

@emilk May 22, 2023

Follow-up to #3007

This introduces NativeOptions::app_id as a way to control the storage location:

  • Linux: /home/UserName/.local/share/APP_ID
  • macOS: /Users/UserName/Library/Application Support/APP_ID
  • Windows: C:\Users\UserName\AppData\Roaming\APP_ID

The fallback will be the window title, as in previous version of eframe.

eframe Relates to epi and eframe label May 22, 2023
force-pushed the emilk/app-id branch from 3a35642 to 68a944b Compare May 22, 2023 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
eframe Relates to epi and eframe
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant