import now copies file to your record folder
This commit is contained in:
parent
a345f65797
commit
e808b6ca09
2 changed files with 10 additions and 1 deletions
|
@ -148,7 +148,7 @@ public class RepeatingScreen extends Screen {
|
|||
if (files != null) {
|
||||
for (File file : files) {
|
||||
try {
|
||||
Main.me.setNowRecord(Main.me.record_list.addRecord(file));
|
||||
Main.me.setNowRecord(Main.me.record_list.cloneRecord(file));
|
||||
} catch (Exception e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue