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

ET Settings page #60

Closed
ukdtom opened this issue Jun 13, 2020 · 1 comment
Closed

ET Settings page #60

ukdtom opened this issue Jun 13, 2020 · 1 comment
Assignees

Comments

@ukdtom
Copy link
Contributor

ukdtom commented Jun 13, 2020

We need a settings page for ET, that either opens when pressing a gear icon on ET page, or as a sub menu item to ET

In here, user should be able to launch a dialog to set output directory, and above should be saved in the conf file

`const outDir = dialog.OpenDirectory('Title', i18n.t('Common.OK'));
if (outDir)
{
wtconfig.set('ET.OutPath', outDir[0]);
} */

// for at lave en dialog til at vælge et filnavn, se nedenstående
//console.log('FileName: ' + dialog.SaveFile('Title', wtconfig.get('ET.OutPath', wtutils.UserHomeDir), i18n.t('Common.OK')));
`

@ukdtom ukdtom added this to the PreAlpha milestone Jun 13, 2020
@ukdtom ukdtom assigned ukdtom and unassigned CPSO Jul 22, 2020
ukdtom added a commit that referenced this issue Jul 22, 2020
ukdtom added a commit that referenced this issue Jul 23, 2020
ukdtom added a commit that referenced this issue Jul 23, 2020
ukdtom added a commit that referenced this issue Jul 24, 2020
ukdtom added a commit that referenced this issue Aug 4, 2020
ukdtom added a commit that referenced this issue Aug 6, 2020
ukdtom added a commit that referenced this issue Aug 6, 2020
ukdtom added a commit that referenced this issue Aug 6, 2020
ukdtom added a commit that referenced this issue Aug 6, 2020
@ukdtom
Copy link
Contributor Author

ukdtom commented Aug 6, 2020

Close for now.
New GHI can be created when new settings are needed

@ukdtom ukdtom closed this as completed Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants