Expand '~/' to $HOME in session path.

This commit is contained in:
Jari Sundell
2026-01-06 12:44:40 +01:00
committed by GitHub
parent a8b6a47054
commit 289ab046bf
4 changed files with 29 additions and 3 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ public:
bool is_used() const;
std::string path() const;
void set_path(const std::string& path);
void set_path(std::string path);
bool use_fsyncdisk() const;
void set_use_fsyncdisk(bool use_fsyncdisk);