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

generate: add button for restart with same settings #130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion core/generate.php
Original file line number Diff line number Diff line change
Expand Up @@ -1286,12 +1286,13 @@ function recursiveCopy($src, $dst) {
<br>
<br>
You can close this tab or leave it open and use the back button to make changes and regenerate the app.
<a href="./" class="btn btn-secondary btn-sm">Restart with same settings</a>
<br>
Every run will overwrite the previous app unless you checked the "Keep previously generated startpage" box.
<br>
<br>
Would you like to try with new settings?
<a href="directory.php" class="btn btn-secondary btn-sm">Restart</a>
<a href="directory.php" class="btn btn-secondary btn-sm">Restart with new settings</a>
<br><br>
<hr>
If you need further instructions please visit <a href="http://cruddiy.com" target="_blank">cruddiy.com</a> or ask on our <a href="https://github.com/jan-vandenberg/cruddiy" target="_blank">GitHub</a> project.
Expand Down