Content-Length: 1488 | pFad | http://github.com/teamcons/Assistant/commit/0366ee95b437d83f4a29211661005ff6236e66b1.patch
EF
From 0366ee95b437d83f4a29211661005ff6236e66b1 Mon Sep 17 00:00:00 2001
From: teamcons_atwork
Date: Mon, 24 Jun 2024 15:48:55 +0200
Subject: [PATCH] mhm.
---
parts/utils.ps1 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/parts/utils.ps1 b/parts/utils.ps1
index 11aa688..b8c4dd1 100644
--- a/parts/utils.ps1
+++ b/parts/utils.ps1
@@ -206,7 +206,7 @@ Function Clipboard_generate_entries {
$entry.Text = $text.Clipboard.Whitespace
}
else {
- $entry.Text = -join("1. ", (ellipsify $clipboard_history))
+ $entry.Text = -join((ellipsify $clipboard_history)) #"1. ",
}
$menu.MenuItems.Add($entry)
}
@@ -223,12 +223,12 @@ Function Clipboard_generate_entries {
elseif (($clipboard_history[($i - 1)]).trim(" ").Length -eq 0)
{
$entry = New-Object System.Windows.Forms.MenuItem
- $entry.Text = -join($i,". ",$text.Clipboard.Whitespace)
+ $entry.Text = -join($text.Clipboard.Whitespace) #$i,". ",
$menu.MenuItems.Add($entry)
}
else {
$entry = New-Object System.Windows.Forms.MenuItem
- $entry.Text = -join($i,". ",( ellipsify $clipboard_history[($i - 1)] ))
+ $entry.Text = -join(( ellipsify $clipboard_history[($i - 1)] )) #$i,". ",
$menu.MenuItems.Add($entry)
}
--- a PPN by Garber Painting Akron. With Image Size Reduction included!Fetched URL: http://github.com/teamcons/Assistant/commit/0366ee95b437d83f4a29211661005ff6236e66b1.patch
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy