Update TGBeta.ps1
This commit is contained in:
45
TGBeta.ps1
45
TGBeta.ps1
@@ -737,9 +737,12 @@ function GetHtmlContent {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- tweaks Tab -->
|
||||
<div id="tweaksTab" class="tab-content inactive">
|
||||
<h2>Tweaks</h2>
|
||||
<div class="columns-container">
|
||||
<!-- Column 1 -->
|
||||
<div class="column" id="tweaksColumn1">
|
||||
<h3>System Optimizations</h3>
|
||||
<div class="checkbox-group">
|
||||
<label>
|
||||
<input type="checkbox" id="selectAllTweaksCheckbox" onclick="toggleTweaksCheckboxes(this)">
|
||||
@@ -749,23 +752,57 @@ function GetHtmlContent {
|
||||
<input type="checkbox" name="setedgedefaultsearch" id="setedgedefaultsearchCheckbox">
|
||||
Set Edge Default Search Engine
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" name="setWindowsPerformance" id="setWindowsPerformanceCheckbox">
|
||||
Optimize Windows Performance
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" name="stopUnnecessaryServices" id="stopUnnecessaryServicesCheckbox">
|
||||
Stop Unnecessary Services
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Column 2 -->
|
||||
<div class="column" id="tweaksColumn2">
|
||||
<h3>Additional Tweaks</h3>
|
||||
<div class="checkbox-group">
|
||||
<label>
|
||||
<input type="checkbox" name="disableAnimations" id="disableAnimationsCheckbox">
|
||||
Disable Animations
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" name="optimizePerformance" id="optimizePerformanceCheckbox">
|
||||
Optimize Performance
|
||||
Optimize Application Performance
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" name="increaseFontSize" id="increaseFontSizeCheckbox">
|
||||
Increase Font Size
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Column 3 -->
|
||||
<div class="column" id="tweaksColumn3">
|
||||
<h3>Miscellaneous</h3>
|
||||
<div class="checkbox-group">
|
||||
<label>
|
||||
<input type="checkbox" name="enableDarkMode" id="enableDarkModeCheckbox">
|
||||
Enable Dark Mode
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" name="clearTempFiles" id="clearTempFilesCheckbox">
|
||||
Clear Temporary Files
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="button-group">
|
||||
<button class="install-button" onclick="triggerTweaks()">Tweaks</button>
|
||||
</div>
|
||||
<button class="install-button" onclick="triggerTweaks()">Apply Tweaks</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Shared Exit Button -->
|
||||
<div class="button-group">
|
||||
<button class="exit-button" onclick="endSession()">Exit</button>
|
||||
|
||||
Reference in New Issue
Block a user