HuichanKIM / Ollama-Delphi-GUI

Ollama Client GUI by Delphi
MIT License
18 stars 2 forks source link

Styles cause a problem when they are missing #5

Open SkybuckFlying opened 4 hours ago

SkybuckFlying commented 4 hours ago

3 lines removed from bottom of Ollma_Client.vrc: WindowsSlateGray VCLSTYLE "C:\Users\Public\Documents\Embarcadero\Studio\23.0\Styles\Windows10SlateGray.vsf" WindowsImpressiveDark VCLSTYLE "C:\Users\Public\Documents\Embarcadero\Studio\23.0\Styles\Windows11_Impressive_Dark.vsf" WindowsModernDark VCLSTYLE "C:\Users\Public\Documents\Embarcadero\Studio\23.0\Styles\Windows11_Modern_Dark.vsf"

I think I had to delete this file entirely and re-set the style to just windows style in project options...

A bit of a hassle to figure this out...