Skip to content

Commit 7b0d80b

Browse files
committed
Moved icons to resources & started refactoring of strings for translations
1 parent ba0e937 commit 7b0d80b

File tree

127 files changed

+672
-556
lines changed

Some content is hidden

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

127 files changed

+672
-556
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ dependencies {
5959
@OptIn(org.jetbrains.compose.ExperimentalComposeLibrary::class)
6060
implementation(compose("org.jetbrains.compose.ui:ui-util"))
6161
implementation(compose("org.jetbrains.compose.components:components-animatedimage"))
62+
implementation(compose("org.jetbrains.compose.components:components-resources"))
6263
implementation("org.eclipse.jgit:org.eclipse.jgit:$jgit")
6364
implementation("org.eclipse.jgit:org.eclipse.jgit.gpg.bc:$jgit")
6465
implementation("org.eclipse.jgit:org.eclipse.jgit.lfs:$jgit")

0 commit comments

Comments
 (0)