Skip to content

Commit

Permalink
Register missing IMessageBoxViewModel in DI, organize MessageBox-rela…
Browse files Browse the repository at this point in the history
…ted classes, add FakeMessageBoxViewModel, fix resolution of current Application in AvaloniaDispatcher, and remove unused dependency on libdgiplus.
  • Loading branch information
bitbound committed Apr 15, 2023
1 parent 57e3d52 commit 16477e7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ You can change database by changing `DBProvider` in `ApplicationOptions` to `SQL
* libx11-dev
* libxrandr-dev
* libc6-dev
* libgdiplus
* libxtst-dev
* xclip

Expand Down
3 changes: 0 additions & 3 deletions Server/wwwroot/Content/Install-MacOS-arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ su - $Owner -c "brew update"
# Install .NET Runtime
su - $Owner -c "brew install --cask dotnet"

# Install dependency for System.Drawing.Common
su - $Owner -c "brew install mono-libgdiplus"

# Install other dependencies
su - $Owner -c "brew install curl"
su - $Owner -c "brew install jq"
Expand Down
3 changes: 0 additions & 3 deletions Server/wwwroot/Content/Install-MacOS-x64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ su - $Owner -c "brew update"
# Install .NET Runtime
su - $Owner -c "brew install --cask dotnet"

# Install dependency for System.Drawing.Common
su - $Owner -c "brew install mono-libgdiplus"

# Install other dependencies
su - $Owner -c "brew install curl"
su - $Owner -c "brew install jq"
Expand Down

0 comments on commit 16477e7

Please sign in to comment.