Misc formatting.
IDEA vcs configuration.
This commit is contained in:
parent
843ddff96e
commit
3a8d8bebad
2 changed files with 7 additions and 0 deletions
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
|
@ -272,6 +272,7 @@ class MainActivity : AppCompatActivity(), AnkoLogger {
|
|||
it.writeObject(confs)
|
||||
}
|
||||
}
|
||||
|
||||
fun saveConfig() {
|
||||
val confs = loadConfigurations()
|
||||
confs.configs.put(config.params.name, config)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue