diff --git a/src/Models/Notification.cs b/src/Models/Notification.cs
index 2d175da9..22cf1e67 100644
--- a/src/Models/Notification.cs
+++ b/src/Models/Notification.cs
@@ -4,6 +4,11 @@
{
public bool IsError { get; set; } = false;
public string Message { get; set; } = string.Empty;
+
+ public void CopyMessage()
+ {
+ App.CopyText(Message);
+ }
}
public interface INotificationReceiver
diff --git a/src/Resources/Locales/en_US.axaml b/src/Resources/Locales/en_US.axaml
index 19071b59..206a270e 100644
--- a/src/Resources/Locales/en_US.axaml
+++ b/src/Resources/Locales/en_US.axaml
@@ -115,6 +115,7 @@
User Name
User name for this repository
Copy
+ COPY MESSAGE
Copy Path
Copy File Name
Create Branch...
diff --git a/src/Resources/Locales/zh_CN.axaml b/src/Resources/Locales/zh_CN.axaml
index 1eaa9c8b..4490fee4 100644
--- a/src/Resources/Locales/zh_CN.axaml
+++ b/src/Resources/Locales/zh_CN.axaml
@@ -118,6 +118,7 @@
用户名
应用于本仓库的用户名
复制
+ 复制内容
复制路径
复制文件名
新建分支 ...
diff --git a/src/Resources/Locales/zh_TW.axaml b/src/Resources/Locales/zh_TW.axaml
index 4e0a2d0e..c5e68be8 100644
--- a/src/Resources/Locales/zh_TW.axaml
+++ b/src/Resources/Locales/zh_TW.axaml
@@ -118,6 +118,7 @@
使用者名稱
應用於本倉庫的使用者名稱
複製
+ 複製內容
複製路徑
複製檔名
新建分支 ...
diff --git a/src/Views/AddRemote.axaml b/src/Views/AddRemote.axaml
index 4123d501..9bcbb79c 100644
--- a/src/Views/AddRemote.axaml
+++ b/src/Views/AddRemote.axaml
@@ -14,7 +14,7 @@
Classes="bold"
Text="{DynamicResource Text.Remote.AddTitle}"/>
-
+
-
+
-
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/src/Views/CherryPick.axaml b/src/Views/CherryPick.axaml
index e7b3cf67..9163526c 100644
--- a/src/Views/CherryPick.axaml
+++ b/src/Views/CherryPick.axaml
@@ -12,7 +12,7 @@
-
+
-
+
diff --git a/src/Views/Fetch.axaml b/src/Views/Fetch.axaml
index 202a96fa..aaf9bec6 100644
--- a/src/Views/Fetch.axaml
+++ b/src/Views/Fetch.axaml
@@ -12,7 +12,7 @@
-
+
-
+
-
+
-
+
-
+
@@ -298,40 +298,44 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/src/Views/PushTag.axaml b/src/Views/PushTag.axaml
index 1b24dc1b..aa35f5aa 100644
--- a/src/Views/PushTag.axaml
+++ b/src/Views/PushTag.axaml
@@ -12,7 +12,7 @@
-
+
-
+
-
+
-
+
diff --git a/src/Views/Reword.axaml b/src/Views/Reword.axaml
index 9767b014..fdc77bc2 100644
--- a/src/Views/Reword.axaml
+++ b/src/Views/Reword.axaml
@@ -12,30 +12,17 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/src/Views/Squash.axaml b/src/Views/Squash.axaml
index b33e8077..cdfcac94 100644
--- a/src/Views/Squash.axaml
+++ b/src/Views/Squash.axaml
@@ -12,14 +12,14 @@
-
+
-
+
@@ -29,21 +29,23 @@
Text="{DynamicResource Text.Squash.To}"/>
-
+
-
+
+
+
diff --git a/src/Views/StashChanges.axaml b/src/Views/StashChanges.axaml
index f87ed373..36ee1917 100644
--- a/src/Views/StashChanges.axaml
+++ b/src/Views/StashChanges.axaml
@@ -13,7 +13,7 @@
-
+