mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 20:23:01 +01:00
Fix avatar size limit and fix comment
This commit is contained in:
parent
db410cb01e
commit
cea5f1fe04
@ -66,7 +66,7 @@ tox = {
|
|||||||
// Path for downloaded files
|
// Path for downloaded files
|
||||||
// download_path="/home/USERNAME/Downloads/";
|
// download_path="/home/USERNAME/Downloads/";
|
||||||
|
|
||||||
// Path for your avatar (file must be a .png and cannot exceed 16.3 KiB)
|
// Path for your avatar (file must be a .png and cannot exceed 64 KiB)
|
||||||
// avatar_path="/home/USERNAME/Pictures/youravatar.png";
|
// avatar_path="/home/USERNAME/Pictures/youravatar.png";
|
||||||
|
|
||||||
// Path for chatlogs
|
// Path for chatlogs
|
||||||
|
@ -1077,7 +1077,6 @@ static void parse_args(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Looks for an old default profile data file and blocklist, and renames them to the new default names.
|
/* Looks for an old default profile data file and blocklist, and renames them to the new default names.
|
||||||
* Saves the old data files under the names "toxic_data.old" and "toxic_data_blocklist.old".
|
|
||||||
*
|
*
|
||||||
* Returns 0 on success.
|
* Returns 0 on success.
|
||||||
* Returns -1 on failure.
|
* Returns -1 on failure.
|
||||||
|
Loading…
Reference in New Issue
Block a user