mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
Drag and Drop, mod management.
This commit is contained in:
parent
253067c782
commit
c92ad7dcf8
16 changed files with 470 additions and 80 deletions
|
|
@ -26,7 +26,7 @@ Mod::Mod( const QFileInfo& file )
|
|||
void Mod::repath ( const QFileInfo& file )
|
||||
{
|
||||
m_file = file;
|
||||
m_name = file.baseName();
|
||||
m_name = file.completeBaseName();
|
||||
m_id = file.fileName();
|
||||
|
||||
m_type = Mod::MOD_UNKNOWN;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue