Merge pull request #1956 from TobiasJacob/fix-remove-fj-toml

Remove fj.toml file
This commit is contained in:
Hanno Braun 2023-07-22 17:19:48 +02:00 committed by GitHub
commit cef089d70f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
fj.toml
View File

@ -1,11 +0,0 @@
# The default path that models are loaded from. If the `model` argument is a
# relative path, it is assumed to be relative to `default_path`.
default_path = "models"
# The default models that is loaded, if none is specified in a CLI.
# If this is a relative path, it should be relative to `default_path`.
default_model = "test"
# Indicate whether to invert the zoom direction. Can be used to override the
# OS-level setting.
invert_zoom = false