Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/b2fc32913e3294e18f0167602110be89c1c409d9?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
src/core/UBSettings.cpp
@ -206,11 +206,11 @@ void UBSettings::ValidateKeyboardPaletteKeyBtnSize()
void UBSettings : : init ( )
void UBSettings : : init ( )
{
{
productWebUrl = new UBSetting ( this , " App " , " ProductWebAddress " , " http://www.openboard.org " ) ;
productWebUrl = new UBSetting ( this , " App " , " ProductWebAddress " , " http://www.openboard.ch " ) ;
softwareHomeUrl = productWebUrl - > get ( ) . toString ( ) ;
softwareHomeUrl = productWebUrl - > get ( ) . toString ( ) ;
tutorialUrl = new UBSetting ( this , " App " , " TutorialUrl " , " http://www.youtube.com/channel/UCM_moFB68dqpSLPZ-jV40Ow " ) ;
tutorialUrl = new UBSetting ( this , " App " , " TutorialUrl " , " http://www.openboard.ch " ) ;
documentSizes . insert ( DocumentSizeRatio : : Ratio4_3 , QSize ( 1280 , 960 ) ) ; // 1.33
documentSizes . insert ( DocumentSizeRatio : : Ratio4_3 , QSize ( 1280 , 960 ) ) ; // 1.33
documentSizes . insert ( DocumentSizeRatio : : Ratio16_9 , QSize ( ( 960 / 9 * 16 ) , 960 ) ) ; // 1.77
documentSizes . insert ( DocumentSizeRatio : : Ratio16_9 , QSize ( ( 960 / 9 * 16 ) , 960 ) ) ; // 1.77