made software app better
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
error("started")
|
||||
local basalt = require("globals.basalt")
|
||||
|
||||
-- Get the main frame (your window)
|
||||
@@ -54,7 +55,7 @@ local function mainloop()
|
||||
local apps = app.getRunningApps()
|
||||
for i,pid in ipairs(apps) do
|
||||
local appData,msg = app.getDetail(pid)
|
||||
if appData then
|
||||
if appData and not appData.hidden then
|
||||
processFrame:addLabel({
|
||||
x=1,
|
||||
y=i,
|
||||
|
||||
Reference in New Issue
Block a user