Skip to content

Commit 4d4df29

Browse files
Use separate navigator for each tab,
Refactored App.kt, Fixed wrong insets in CrashScreen, Open search screen upon click on tag in the media screen, Reworked HomeScreen, Use custom context menu, Nice search bar, Fixed bug when episodes weren't loading, Correctly display release date, Show matched results in search regardless of case, Use StateFlow instead of just State for Setting so that values are being observed correctly, Simpler transitions on desktop
1 parent 7a61954 commit 4d4df29

File tree

61 files changed

+2875
-2097
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+2875
-2097
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ DesktopTarget.values().map { target ->
221221
compose.desktop {
222222
application {
223223
mainClass = "com.mrboomdev.awery.app.MainKt"
224-
javaHome = rootProject.layout.projectDirectory.dir("jre/windows-x64").asFile.absolutePath
224+
// javaHome = rootProject.layout.projectDirectory.dir("jre/windows-x64").asFile.absolutePath
225225

226226
nativeDistributions {
227227
targetFormats = DesktopTarget.values().map { it.targetFormat }.toSet()
-8 Bytes
Binary file not shown.
12 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)