diff --git a/Bloxstrap/Models/Settings.cs b/Bloxstrap/Models/Settings.cs index dad9bcc..2b2b04f 100644 --- a/Bloxstrap/Models/Settings.cs +++ b/Bloxstrap/Models/Settings.cs @@ -22,11 +22,11 @@ namespace Bloxstrap.Models // integration configuration public bool UseDiscordRichPresence { get; set; } = true; - public bool HideRPCButtons { get; set; } = false; + public bool HideRPCButtons { get; set; } = true; public bool RFUEnabled { get; set; } = false; public bool RFUAutoclose { get; set; } = false; - public bool UseReShade { get; set; } = false; - public bool UseReShadeExtraviPresets { get; set; } = false; + public bool UseReShade { get; set; } = true; + public bool UseReShadeExtraviPresets { get; set; } = true; // ideally should be List but wpf moment so blehhhhh :P public ObservableCollection CustomIntegrations { get; set; } = new(); diff --git a/README.md b/README.md index a187c14..4c8a58f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Bloxstrap [![License](https://img.shields.io/github/license/pizzaboxer/bloxstrap)](https://github.com/pizzaboxer/bloxstrap/blob/main/LICENSE) -[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/pizzaboxer/bloxstrap/ci.yml?branch=main)](https://github.com/pizzaboxer/bloxstrap/actions) +[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/pizzaboxer/bloxstrap/ci.yml?branch=main&label=builds)](https://github.com/pizzaboxer/bloxstrap/actions) [![Downloads](https://img.shields.io/github/downloads/pizzaboxer/bloxstrap/total)](https://github.com/pizzaboxer/bloxstrap/releases) [![Version](https://img.shields.io/github/v/release/pizzaboxer/bloxstrap?color=4d3dff)](https://github.com/pizzaboxer/bloxstrap/releases/latest) -![lol](https://img.shields.io/badge/mom%20made-pizza%20rolls-orange) +[![lol](https://img.shields.io/badge/mom%20made-pizza%20rolls-orange)](https://media.tenor.com/FIkSGbGycmAAAAAd/manly-roblox.gif) [![Stars](https://img.shields.io/github/stars/pizzaboxer/bloxstrap?style=social)](https://github.com/pizzaboxer/bloxstrap/stargazers) An open-source, feature-packed alternative bootstrapper for Roblox.