PaddiM8 / kalker

Scientific calculator with math syntax that supports user-defined variables and functions, complex numbers, and estimation of derivatives and integrals
https://kalker.xyz
MIT License
1.59k stars 70 forks source link

Change history.txt directory (resolve #123) #126

Closed dvishal485 closed 7 months ago

dvishal485 commented 7 months ago

This Pull Request resolves #123 which suggested to use the CACHE directory instead of the Config directory for the history.txt file.

No major changes, only the functional call dirs::config_dir() changed to dirs::cache_dir() to fetch directory path and the corresponding variable changed.