Skip to content

Commit

Permalink
Merge pull request #285 from Foldex/master
Browse files Browse the repository at this point in the history
  • Loading branch information
tkashkin authored Nov 10, 2024
2 parents d620b3b + 32b10f2 commit b4c6802
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions install_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ SET SIDEBAR_HOVER_ONLY=-e library/sidebar_hover
SET LOGIN_HIDE_QR=-e login/hide_qr
SET LOGIN_HOVER_ONLY_QR=-e login/hover_qr

:: --- Window Controls ---
SET WINDOW_CONTROLS=-e windowcontrols/right-all

GOTO START_SECTION

:: ---------------
Expand Down Expand Up @@ -150,7 +147,7 @@ GOTO DEFAULT_SECTION

:: --- Install ---
:INSTALL_SECTION
python install.py -c %CHOSEN_COLORTHEME% %CHOSEN_NO_ROUNDED_CORNERS% %CHOSEN_HIDE_WHATS_NEW% %CHOSEN_SIDEBAR_HOVER_ONLY% %CHOSEN_LOGIN_QR% %WINDOW_CONTROLS%
python install.py -c %CHOSEN_COLORTHEME% %CHOSEN_NO_ROUNDED_CORNERS% %CHOSEN_HIDE_WHATS_NEW% %CHOSEN_SIDEBAR_HOVER_ONLY% %CHOSEN_LOGIN_QR%
GOTO END_SECTION

:: --- Uninstall ---
Expand Down

0 comments on commit b4c6802

Please sign in to comment.