Use applet exit-locking.
This commit is contained in:
parent
8888bff85f
commit
35f48a59d0
@ -36,6 +36,7 @@ int main(int argc, char **argv)
|
||||
|
||||
memset(errormsg, 0, sizeof(errormsg));
|
||||
|
||||
appletLockExit();
|
||||
appletSetScreenShotPermission(1);
|
||||
|
||||
ColorSetId theme;
|
||||
@ -180,6 +181,8 @@ int main(int argc, char **argv)
|
||||
plExit();
|
||||
setsysExit();
|
||||
|
||||
appletUnlockExit();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user