-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! Add file associations support
[Desktop: Add support for file associations](#773)
- Loading branch information
1 parent
8e6c08e
commit 100aeef
Showing
5 changed files
with
54 additions
and
10 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.../compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/FileAssociation.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
package org.jetbrains.compose.desktop.application.dsl | ||
|
||
import java.io.File | ||
import java.io.Serializable | ||
|
||
data class FileAssociation( | ||
val mimeType: String, | ||
val extension: String, | ||
val description: String, | ||
val iconFile: File?, | ||
) : Serializable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters