mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-19 00:36:36 +02:00
add setting to set path for chatlogs
This commit is contained in:
@ -39,8 +39,11 @@ audio = {
|
||||
};
|
||||
|
||||
tox = {
|
||||
// where to store received files
|
||||
//download_path="/home/USERNAME/Downloads/";
|
||||
// Path for downloaded files
|
||||
// download_path="/home/USERNAME/Downloads/";
|
||||
|
||||
// Path for chatlogs
|
||||
// chatlogs_path="/home/USERNAME/toxic_chatlogs/";
|
||||
};
|
||||
|
||||
// To disable a sound set the path to "silent"
|
||||
|
Reference in New Issue
Block a user