| website | doRadiology.com |
| website | DICOManonymizer.com |
| website | DICOM-converter.com |
| website | doRadiology.com |
| website | DICOManonymizer.com |
| website | DICOM-converter.com |
Ended up modifying only './src/jelu-ui/tailwind.config.js'
Making "dark" the first "daisyui" theme...
module.exports = {
...
daisyui: {
themes: [
"dark",
{
...
},
"light",
...
],
...so it changes the default to dark but still allows me to change the theme later if I want.
... So installed Java 17, simlinked homebrew openjdk@17 to /Library/Java/JavaVirtualMachines/openjdk.jdk and the fat jar build and runs just fine.
Running the updated, dark-theme-enforced version from my home server.
Love Jelu and learned something new - thanks again! ππ»
@bayang Could help myself, had to try. Works perfectly π
At first it failed to build b/c I had java 21 installed on my arch64 Mac
Had to change jcmToolchain to 21
build.gradle.kts
kotlin {
jvmToolchain(21)
}
Then 'gradlew copyWebDist' finished successfully
But 'assemble' still failed on a 'kotlin java versions needs to be identical' error that I didn't know where to configure.
@bayang @doRadiology Oh, that would be very much appreciated π
No urgency. Whenever you have free time is soon enough