Remove report profile on group list since I accidentally removed it anyway
Add reload last data to group options too Add report button on the profile window UI instead ImGui.TextUnformatted
This commit is contained in:
@@ -486,7 +486,7 @@ public class SettingsUi : WindowMediatorSubscriberBase
|
||||
|
||||
if (!ApiController.ServerAlive)
|
||||
{
|
||||
ImGui.Text("Connect to the server to configure individual syncshell settings.");
|
||||
ImGui.TextUnformatted("Connect to the server to configure individual syncshell settings.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user