Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xoureldeen committed Jul 16, 2024
1 parent ab60149 commit 3e17e9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public static String BoxvidraCmdLine(Context context) {
if (optionsFile.exists()) {
JSONObject options = JsonUtils.loadOptionsFromJson(optionsFile);
if (options.getBoolean("wine64")) {
command.add("wine64");
command.add("wine64 explorer /desktop=shell,1024x786");
}
if (options.getBoolean("startxfce4")) {
command.add("startxfce4");
Expand Down

0 comments on commit 3e17e9f

Please sign in to comment.