Skip to content

Comments

Nebula login view rework#282

Merged
Shivansps merged 2 commits intoKnossosNET:mainfrom
Shivansps:nebula-login-view-rework
Feb 2, 2025
Merged

Nebula login view rework#282
Shivansps merged 2 commits intoKnossosNET:mainfrom
Shivansps:nebula-login-view-rework

Conversation

@Shivansps
Copy link
Member

Better present mod ids and private mods in the nebula login view.

@Shivansps Shivansps added the cleanup Cleanup code or other aspect label Jan 28, 2025
@Shivansps Shivansps added this to the 1.3 milestone Jan 28, 2025
@Shivansps Shivansps linked an issue Jan 28, 2025 that may be closed by this pull request
@Shivansps Shivansps added ui User interface related and removed cleanup Cleanup code or other aspect labels Jan 29, 2025
{
if (CustomLauncher.IsCustomMode && CustomLauncher.ModID != mod.id)
{
await MessageBox.Show(MainWindow.instance, "You can not install different mod id than the defined TC id in custom launcher mode.", "Different mod or tc", MessageBox.MessageBoxButtons.OK);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super minor, but would have a suggested change for capitalization consistency and a few specifying words.

You cannot install a different mod ID than the defined Total Conversion ID while in Custom Launcher mode.
Different mod or Total Conversion

@Shivansps Shivansps merged commit ba04cb9 into KnossosNET:main Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ui User interface related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve private mod listing on nebula log in view

2 participants