diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-11-16 17:08:41 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-11-16 17:08:41 -0500 |
| commit | 53e4faeef243c8e229b29012a8031878d7ba666a (patch) | |
| tree | 426ef27599be741c710f46cb80373ab49331564b /System/desktop.lua | |
| parent | d971f492e0939d85bb55361d028dd0fe9428be63 (diff) | |
| download | bits-UI-53e4faeef243c8e229b29012a8031878d7ba666a.tar.gz bits-UI-53e4faeef243c8e229b29012a8031878d7ba666a.tar.bz2 bits-UI-53e4faeef243c8e229b29012a8031878d7ba666a.zip | |
Revert changes; Added a welcome text
Diffstat (limited to 'System/desktop.lua')
| -rw-r--r-- | System/desktop.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/System/desktop.lua b/System/desktop.lua index 58888ed..786b668 100644 --- a/System/desktop.lua +++ b/System/desktop.lua @@ -13,7 +13,7 @@ GNU General Public License for more details. ]]-- -os.require("/System/apis/flib.lua") +os.loadAPI("/System/apis/flib.lua") local backgroundColour = 32768 local backgroundImage = "/home/.background" local panelColour = 8192 |
