remarkable/fix: removed xovi restart when exiting

This commit is contained in:
lepeli
2025-07-27 15:58:40 +02:00
parent 2e92084afc
commit 43da969fe9

View File

@@ -354,9 +354,6 @@ function Remarkable:exit()
if isRmPaperPro then
os.execute("mv -f ~/.config/remarkable/xochitl.conf.bak ~/.config/remarkable/xochitl.conf")
end
if os.getenv("KO_USES_XOVI") == "1" then
os.execute("~/xovi/start")
end
Generic.exit(self)
end