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
merged 3 commits into from
May 23, 2023

Conversation

emilk
Copy link
Owner

@emilk emilk commented 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.

@emilk emilk added the eframe Relates to epi and eframe label May 22, 2023
@emilk emilk merged commit 03bb891 into master May 23, 2023
@emilk emilk deleted the emilk/app-id branch May 23, 2023 06:38
@emilk emilk changed the title eframe: Use NativeOptions::AppId for the persistance location eframe: Use NativeOptions::app_id for the persistance location May 23, 2023
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