diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-11-16 15:25:12 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-11-16 15:25:12 -0500 |
| commit | 59acb51a3297917dd8eebc84ea85abd91e7803df (patch) | |
| tree | 974eef8030e1bc1e49017a38c7ffa31b00f5f47a /System/desktop.lua | |
| parent | fb04d5143b20194f98955bd2d151cc80ef00c1a9 (diff) | |
| download | bits-UI-59acb51a3297917dd8eebc84ea85abd91e7803df.tar.gz bits-UI-59acb51a3297917dd8eebc84ea85abd91e7803df.tar.bz2 bits-UI-59acb51a3297917dd8eebc84ea85abd91e7803df.zip | |
Some fixes with files; Reduced sleep on boot
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 fe6cbb6..27b7e07 100644 --- a/System/desktop.lua +++ b/System/desktop.lua @@ -13,7 +13,7 @@ GNU General Public License for more details. ]]-- -os.loadAPI("/system/apis/flib.lua") +os.loadAPI("/System/apis/flib.lua") local backgroundColour = 32768 local backgroundImage = "/home/.background" local panelColour = 8192 |
