Ignore:
Timestamp:
May 19, 2024, 6:15:22 PM (5 months ago)
Author:
chronos
Message:
  • Fixed: Hide main menu with Qt5 widgetset.
  • Fixed: Pack audio files and detect alternative Unix location.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormMain.pas

    r87 r95  
    145145procedure TFormMain.UpdateInterface;
    146146begin
    147   if FullScreenEnabled then Menu := nil
    148     else Menu := MainMenu1;
     147  MenuItem1.Visible := not FullScreenEnabled;
     148  MenuItem4.Visible := not FullScreenEnabled;
     149  MenuItem7.Visible := not FullScreenEnabled;
    149150  {$IFDEF DEBUG}
    150151  StatusBar1.Visible := not FullScreenEnabled;
Note: See TracChangeset for help on using the changeset viewer.