From da102cc0997ea8b92d6e4082cd97186e4860e37a Mon Sep 17 00:00:00 2001 From: Tobias Jacob Date: Sat, 22 Jul 2023 10:35:38 +0200 Subject: [PATCH] Remove fj.toml file --- fj.toml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 fj.toml diff --git a/fj.toml b/fj.toml deleted file mode 100644 index 0b01ae435e..0000000000 --- a/fj.toml +++ /dev/null @@ -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