feat(zzz): clarified sessions registry key

This commit is contained in:
Nikita Podvirnyi 2024-07-04 12:00:39 +02:00
parent 0d681027cb
commit 82473bb421
No known key found for this signature in database
GPG key ID: 859D416E5142AFF3

View file

@ -11,7 +11,7 @@ use super::consts::launcher_dir;
/// Get default sessions file path
///
/// `$HOME/.local/share/anime-game-launcher/sessions.json`
/// `$HOME/.local/share/sleepy-launcher/sessions.json`
#[inline]
pub fn sessions_file() -> anyhow::Result<PathBuf> {
launcher_dir().map(|dir| dir.join("sessions.json"))