diff options
| author | Michael <[email protected]> | 2017-04-16 14:18:02 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-16 14:18:02 -0400 |
| commit | 5cb49f332856ac312e8840ec04c7869b892d4dd4 (patch) | |
| tree | 30ffc6a06cefd0f964e86461407e79a933003204 /ShiftOS_TheReturn/Paths.cs | |
| parent | 538f99faf7b381717079ea700d4f2e6e908537ea (diff) | |
| download | shiftos_thereturn-5cb49f332856ac312e8840ec04c7869b892d4dd4.tar.gz shiftos_thereturn-5cb49f332856ac312e8840ec04c7869b892d4dd4.tar.bz2 shiftos_thereturn-5cb49f332856ac312e8840ec04c7869b892d4dd4.zip | |
Store widget locations in file
Diffstat (limited to 'ShiftOS_TheReturn/Paths.cs')
| -rw-r--r-- | ShiftOS_TheReturn/Paths.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS_TheReturn/Paths.cs b/ShiftOS_TheReturn/Paths.cs index 4f535d6..2fc55fd 100644 --- a/ShiftOS_TheReturn/Paths.cs +++ b/ShiftOS_TheReturn/Paths.cs @@ -61,6 +61,7 @@ namespace ShiftOS.Engine AddPath("data", "user.dat"); AddPath("data", "notifications.dat"); AddPath("data", "skin"); + AddPath("skin", "widgets.dat"); AddPath("system", "programs"); AddPath("system", "kernel.sft"); AddPath("system", "conf.sft"); |
