diff --git a/options.xhtml b/options.xhtml index c066257a2..52e049aff 100644 --- a/options.xhtml +++ b/options.xhtml @@ -38207,7 +38207,7 @@ null or package

Configuration written to $XDG_CONFIG_HOME/.config/gurk/gurk.toml or Library/Application Support/gurk/gurk.toml. Options are declared at https://github.com/boxdot/gurk-rs/blob/main/src/config.rs. -Note that data_path and signal_db_path should be set.

+Note that signal_db_path should be set.

Type: TOML value

@@ -38216,7 +38216,6 @@ TOML value

{ }

Example:

{
-  data_path = "/home/USERNAME/.local/share/gurk/gurk.data.json";
   signal_db_path = "/home/USERNAME/.local/share/gurk/signal-db";
   first_name_only = false;
   show_receipts = true;