From 8eb994b8c1586423a36ec1a8836c0b731accadc9 Mon Sep 17 00:00:00 2001
From: afroze9 <afrozeamjad@gmail.com>
Date: Mon, 2 Jan 2023 20:10:37 +0500
Subject: [PATCH] Updated Windows Data Path

Updated Windows Data Path to be consistent with config path:

Old:
C:\Users\<USER>\AppData\Local\activitywatch\activitywatch

New:
%LocalAppData%\activitywatch\activitywatch
---
 src/directories.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/directories.rst b/src/directories.rst
index 0a611e3..ee86297 100644
--- a/src/directories.rst
+++ b/src/directories.rst
@@ -8,7 +8,7 @@ Where things get stored depends on the platform you're using. All paths should f
 Data
 ----
 
-- Windows: ``C:\Users\<USER>\AppData\Local\activitywatch\activitywatch``
+- Windows: ``%LocalAppData%\activitywatch\activitywatch``
 - macOS: ``~/Library/Application Support/activitywatch``
 - Linux: ``~/.local/share/activitywatch``