Skip to content

Commit

Permalink
[2343] Add Unicode Copy to System Profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Rixxan committed Dec 20, 2024
1 parent da414ea commit bf93cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EDMCSystemProfiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def main() -> None:
# Buttons
sys_report_btn = ttk.Button(
root,
text="Copy System Report",
text="Copy System Report \U0001F5D0",
command=lambda: copy_sys_report(root, sys_report),
)
sys_report_btn.grid(row=3, column=0, padx=20, pady=10, sticky="w")
Expand Down

0 comments on commit bf93cee

Please sign in to comment.