Fix Bubble Chat Style

This commit is contained in:
Phenom 2021-02-20 03:16:29 +01:00
parent 1bfd49419d
commit 2075e8c23b
544 changed files with 439 additions and 1335 deletions

View file

@ -139,7 +139,6 @@ echo copy stylesheets
xcopy /S "%SourcePath%\retroshare-gui\src\gui\qss\chat" "%RsDeployPath%\stylesheets" %Quite%
rmdir /S /Q "%RsDeployPath%\stylesheets\compact" %Quite%
rmdir /S /Q "%RsDeployPath%\stylesheets\standard" %Quite%
rmdir /S /Q "%RsDeployPath%\stylesheets\__MACOSX__Bubble" %Quite%
echo copy sounds
xcopy /S "%SourcePath%\retroshare-gui\src\sounds" "%RsDeployPath%\sounds" %Quite%