Revert "Store the SVGs in the runtime directory"
Actually, not a good idea since we can't rely on Tuhi to store the drawings forever. This reverts commit 5470a7afd23c44d55ee14d32ddf081a8e0eab251.
This commit is contained in:
parent
651d9d87e4
commit
6e21db0c9a
|
@ -19,7 +19,7 @@ import xdg.BaseDirectory
|
|||
import svgwrite
|
||||
import os
|
||||
|
||||
DATA_PATH = os.path.join(xdg.BaseDirectory.get_runtime_dir(), 'tuhigui')
|
||||
DATA_PATH = os.path.join(xdg.BaseDirectory.xdg_data_home, 'tuhigui')
|
||||
|
||||
|
||||
class JsonSvg(GObject.Object):
|
||||
|
|
Loading…
Reference in New Issue