Fix dialog for longterm version
This commit is contained in:
parent
dd87c28f8c
commit
117ecf438b
|
@ -85,7 +85,7 @@
|
|||
"compilerArgs": [
|
||||
"`pkg-config --cflags --libs gtkmm-3.0`"
|
||||
],
|
||||
"configurationProvider": "ms-vscode.cmake-tools"
|
||||
"configurationProvider": "${workspaceFolder}/builddir/compile_commands.json"
|
||||
},
|
||||
{
|
||||
"name": "win32",
|
||||
|
|
|
@ -131,10 +131,10 @@ void MyWin::main_releases(){
|
|||
if(readCfgFile("xe_config","Longterm",ver)){
|
||||
longterm(local,ver.c_str(),str);
|
||||
msg_dialog.Init(str);
|
||||
msg_dialog.present();
|
||||
msg_dialog.show_all();
|
||||
}else{
|
||||
msg_dialog.Init("The config doesn't exist!\nPlease use \"Config\" menu to set releases");
|
||||
msg_dialog.present();
|
||||
msg_dialog.show_all();
|
||||
}
|
||||
break;
|
||||
case Releases::Stable:
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
This is the config file of Xe Release
|
||||
See more on github.com/daleclack/Xe-Release
|
||||
|
||||
Longterm=default_config
|
||||
Stable=default_config
|
||||
Develop=default_config
|
Loading…
Reference in New Issue