mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Adjust default settings
This commit is contained in:
parent
b1514cef6b
commit
9a90488575
@ -22,11 +22,11 @@ namespace Bloxstrap.Models
|
|||||||
|
|
||||||
// integration configuration
|
// integration configuration
|
||||||
public bool UseDiscordRichPresence { get; set; } = true;
|
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 RFUEnabled { get; set; } = false;
|
||||||
public bool RFUAutoclose { get; set; } = false;
|
public bool RFUAutoclose { get; set; } = false;
|
||||||
public bool UseReShade { get; set; } = false;
|
public bool UseReShade { get; set; } = true;
|
||||||
public bool UseReShadeExtraviPresets { get; set; } = false;
|
public bool UseReShadeExtraviPresets { get; set; } = true;
|
||||||
// ideally should be List<CustomIntegration> but wpf moment so blehhhhh :P
|
// ideally should be List<CustomIntegration> but wpf moment so blehhhhh :P
|
||||||
public ObservableCollection<CustomIntegration> CustomIntegrations { get; set; } = new();
|
public ObservableCollection<CustomIntegration> CustomIntegrations { get; set; } = new();
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# <img src="https://github.com/pizzaboxer/bloxstrap/raw/main/Images/Bloxstrap.png" width="48"/> Bloxstrap
|
# <img src="https://github.com/pizzaboxer/bloxstrap/raw/main/Images/Bloxstrap.png" width="48"/> Bloxstrap
|
||||||
[](https://github.com/pizzaboxer/bloxstrap/blob/main/LICENSE)
|
[](https://github.com/pizzaboxer/bloxstrap/blob/main/LICENSE)
|
||||||
[](https://github.com/pizzaboxer/bloxstrap/actions)
|
[](https://github.com/pizzaboxer/bloxstrap/actions)
|
||||||
[](https://github.com/pizzaboxer/bloxstrap/releases)
|
[](https://github.com/pizzaboxer/bloxstrap/releases)
|
||||||
[](https://github.com/pizzaboxer/bloxstrap/releases/latest)
|
[](https://github.com/pizzaboxer/bloxstrap/releases/latest)
|
||||||

|
[](https://media.tenor.com/FIkSGbGycmAAAAAd/manly-roblox.gif)
|
||||||
[](https://github.com/pizzaboxer/bloxstrap/stargazers)
|
[](https://github.com/pizzaboxer/bloxstrap/stargazers)
|
||||||
|
|
||||||
An open-source, feature-packed alternative bootstrapper for Roblox.
|
An open-source, feature-packed alternative bootstrapper for Roblox.
|
||||||
|
Loading…
Reference in New Issue
Block a user