enable to device by default

This commit is contained in:
Timo
2025-04-10 16:23:25 +02:00
parent 1dfd010474
commit 5126650d48

View File

@@ -120,7 +120,7 @@ export const useNewMembershipManagerSetting = new Setting<boolean>(
export const useExperimentalToDeviceTransportSetting = new Setting<boolean>(
"experimental-to-device-transport",
false,
true,
);
export const alwaysShowSelf = new Setting<boolean>("always-show-self", true);