Skip to content

Commit

Permalink
disable fuse default
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow committed Jan 23, 2025
1 parent 3939d5b commit c6ec348
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import decky
import sys

import decky

try:
import update
from conf_manager import confManager
Expand All @@ -10,6 +11,7 @@
from fuse_manager import FuseManager
from gpu import gpuManager
from sysInfo import sysInfoManager

sys.path.append(f"{decky.DECKY_PLUGIN_DIR}/py_modules/site-packages")
except Exception as e:
decky.logger.error(e, exc_info=True)
Expand All @@ -24,7 +26,7 @@ async def _migration(self):
decky.logger.info("start _migration")

self.fuseManager = FuseManager()
self.fuseManager.fuse_init()
# self.fuseManager.fuse_init()

async def _main(self):
decky.logger.info("start _main")
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "power_control",
"version": "2.8.3",
"version": "2.8.4",
"description": "PowerControl plugin.",
"type": "module",
"scripts": {
Expand Down

0 comments on commit c6ec348

Please sign in to comment.