fix: fixed behaviour of bundled app for decrypt and ai chat
This commit is contained in:
@@ -329,7 +329,7 @@ defmodule BDS.Projects do
|
||||
end
|
||||
|
||||
defp private_app_dir do
|
||||
case :filename.basedir(:user_config, "bds") do
|
||||
case :filename.basedir(:user_config, "BDS2") do
|
||||
path when is_list(path) -> List.to_string(path)
|
||||
path -> path
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user