aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/cc/woverflow/chattils/Chattils.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/cc/woverflow/chattils/Chattils.kt')
-rw-r--r--src/main/kotlin/cc/woverflow/chattils/Chattils.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/kotlin/cc/woverflow/chattils/Chattils.kt b/src/main/kotlin/cc/woverflow/chattils/Chattils.kt
index c9714a2..5ae5c6b 100644
--- a/src/main/kotlin/cc/woverflow/chattils/Chattils.kt
+++ b/src/main/kotlin/cc/woverflow/chattils/Chattils.kt
@@ -150,8 +150,8 @@ object Chattils {
Minecraft.getMinecraft().entityRenderer.setupOverlayRendering()
Minecraft.getMinecraft().framebuffer.bindFramebuffer(true)
EssentialAPI.getNotifications()
- .push("Chattils", "Chat screenshotted successfully.\nClick to open.") {
- if (!UDesktop.browse(file.toURI())) {
+ .push("Chattils", "Chat screenshotted successfully." + (if (ChattilsConfig.copyMode != 1) "\nClick to open." else "")) {
+ if (!UDesktop.open(file)) {
EssentialAPI.getNotifications().push("Chattils", "Could not browse!")
}
}